Queries the maximum number and the remaining number of URLs and directories that can be refreshed or the maximum number and the remaining number of URLs that can be prefetched per day.
Operation description
Note
-
You can call the RefreshDcdnObjectCaches operation to refresh content and call the PreloadDcdnObjectCaches operation to prefetch content.
-
You can call this operation up to 20 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"BlockQuota": "100",
"RegexRemain": "100",
"BlockRemain": "100",
"PreloadRemain": "500",
"RequestId": "42E0554B-80F4-4921-AED6-ACFB22CAAAD0",
"DirRemain": "100",
"UrlRemain": "2000",
"DirQuota": "100",
"UrlQuota": "2000",
"PreloadQuota": "500",
"RegexQuota": "100",
"IgnoreParamsQuota": "100",
"IgnoreParamsRemain": "10"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-03-23 | The response structure of the API has changed | View Change Details |