Queries the quotas and usage of Alibaba Cloud CDN resources.
Operation description
Each account can call this operation up to 30 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeCdnUserQuota |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| BlockQuota |
integer |
The maximum number of URLs and directories that can be blocked. |
100 |
| RefreshUrlRemain |
integer |
The remaining number of URLs that can be refreshed. |
2000 |
| DomainQuota |
integer |
The maximum number of accelerated domain names. |
50 |
| BlockRemain |
integer |
The remaining number of URLs and directories that can be blocked. |
100 |
| PreloadRemain |
integer |
The remaining number of URLs that can be prefetched. |
100 |
| RequestId |
string |
The ID of the request. |
EF4F084A-2F49-4E1C-9CA0-DC85BCE7F391 |
| RefreshUrlQuota |
integer |
The maximum number of URLs that can be refreshed. |
2000 |
| PreloadQuota |
integer |
The maximum number of URLs that can be prefetched. |
500 |
| RefreshDirQuota |
integer |
The maximum number of directories that can be refreshed. |
100 |
| RefreshDirRemain |
integer |
The remaining number of directories that can be refreshed. |
500 |
| IgnoreParamsQuota |
integer |
The maximum number of ignore params that can be refreshed. |
100 |
| IgnoreParamsRemain |
integer |
The remaining number of ignore params that can be refreshed. |
10 |
Examples
Success response
JSON format
{
"BlockQuota": 100,
"RefreshUrlRemain": 2000,
"DomainQuota": 50,
"BlockRemain": 100,
"PreloadRemain": 100,
"RequestId": "EF4F084A-2F49-4E1C-9CA0-DC85BCE7F391",
"RefreshUrlQuota": 2000,
"PreloadQuota": 500,
"RefreshDirQuota": 100,
"RefreshDirRemain": 500,
"IgnoreParamsQuota": 100,
"IgnoreParamsRemain": 10
}
Error response
JSON format
{
"DomainQuota" : 20,
"RefreshUrlQuota" : 1000,
"RefreshDirQuota" : 500,
"RefreshUrlRemain" : 500,
"RefreshDirRemain" : 300,
"PreloadQuota" : 300,
"PreloadRemain" : 100,
"BlockQuota" : 100,
"BlockRemain" : 100,
"RequestId" : "BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.