Queries the maximum number and remaining daily quota of URLs and directories for purge and prefetch operations.
Operation description
Currently, the service address supports only China (Shanghai).
Purge and prefetch operations include the RefreshVodObjectCaches purge operation and the PreloadVodObjectCaches prefetch operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:DescribeVodRefreshQuota |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| BlockQuota |
string |
The maximum number of storage purge operations per day. |
500 |
| PreloadRemain |
string |
The remaining number of prefetch operations for the current day. |
500 |
| RequestId |
string |
The request ID. |
42E0554B-80F4-4921-****-ACFB22CAAAD0 |
| blockRemain |
string |
The remaining number of storage purge operations for the current day. |
500 |
| DirRemain |
string |
The remaining number of directory purge operations for the current day. |
99 |
| UrlRemain |
string |
The remaining number of URL purge operations for the current day. |
1996 |
| DirQuota |
string |
The maximum number of directory purge operations per day. |
100 |
| UrlQuota |
string |
The maximum number of URL purge operations per day. |
2000 |
| PreloadQuota |
string |
The maximum number of prefetch operations per day. |
500 |
Examples
Success response
JSON format
{
"BlockQuota": "500",
"PreloadRemain": "500",
"RequestId": "42E0554B-80F4-4921-****-ACFB22CAAAD0",
"blockRemain": "500",
"DirRemain": "99",
"UrlRemain": "1996",
"DirQuota": "100",
"UrlQuota": "2000",
"PreloadQuota": "500"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.