Domain name for API request: cdn.tencentcloudapi.com.
This API is used to query the purge usage quota and daily available usage for an account.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribePurgeQuota. |
Version | Yes | String | Common Params. The value used for this API: 2018-06-06. |
Region | No | String | Common Params. This parameter is not required for this API. |
Parameter Name | Type | Description |
---|---|---|
UrlPurge | Array of Quota | URL purge usage and quota. |
PathPurge | Array of Quota | Directory purge usage and quota. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cdn.tencentcloudapi.com/?Action=DescribePurgeQuota
&<Common request parameters>
{
"Response": {
"RequestId": "aee6dbe4-f790-417e-8801-5a1894e8fdba",
"UrlPurge": [
{
"Area": "mainland",
"Batch": 1000,
"Total": 10000,
"Available": 10000
},
{
"Area": "overseas",
"Batch": 1000,
"Total": 10000,
"Available": 10000
}
],
"PathPurge": [
{
"Area": "mainland",
"Batch": 39,
"Total": 100,
"Available": 100
},
{
"Area": "overseas",
"Batch": 20,
"Total": 100,
"Available": 100
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError.CdnDbError | Internal data error. Please submit a ticket for troubleshooting. |
InternalError.CdnSystemError | System error. Please submit a ticket for troubleshooting. |
InternalError.ProxyServer | Internal service error. Please submit a ticket for troubleshooting. |
InternalError.RouteError | Internal service error. Please submit a ticket for troubleshooting. |
ResourceNotFound.CdnUserNotExists | The CDN service has not been activated. Please activate it first before using this API. |
UnauthorizedOperation.OperationTooOften | Too many calling attempts. |
本页内容是否解决了您的问题?