Domain name for API request: cdn.tencentcloudapi.com.
This API is used to submit multiple URL purge tasks, which are carried out according to the current acceleration region of the domain names in the URLs.
By default, a maximum of 10,000 URLs can be purged per day for acceleration regions either within or outside Mainland China, and up to 1,000 tasks can be submitted at a time.
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: PurgeUrlsCache. |
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. |
Urls.N | Yes | Array of String | List of URLs. The protocol header such as "http://" or "https://" needs to be included. |
Area | No | String | Purging region The acceleration region of the acceleration domain name will be purged if this parameter is not passed in. If mainland is passed in, only the content cached on nodes in the Chinese mainland will be purged.If overseas is passed in, only the content cached on nodes outside the Chinese mainland will be purged.The specified purging region should match the domain name acceleration region. |
UrlEncode | No | Boolean | Whether to encode Chinese characters for purge |
Parameter Name | Type | Description |
---|---|---|
TaskId | String | Purge task ID. URLs submitted in one request share a task ID. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cdn.tencentcloudapi.com/?Action=PurgeUrlsCache
&Urls.0=http://www.test.com/1.jpg
&<Common request parameters>
{
"Response": {
"RequestId": "4d5a83f8-a61f-445b-8036-5636be640bef",
"TaskId": "1533045796-i60rfmzm"
}
}
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 |
---|---|
AuthFailure.InvalidAuthorization | Authentication error. Please check and try again. |
InternalError.CamSystemError | Authentication system internal error. |
InternalError.CdnConfigError | Failed to update the domain name configuration. |
InternalError.CdnDbError | Internal data error. Please submit a ticket for troubleshooting. |
InternalError.CdnQueryParamError | Internal error. Please try again or contact the customer service for assistance. |
InternalError.CdnQuerySystemError | Internal error. Please try again or contact the customer service for assistance. |
InternalError.CdnSystemError | System error. Please submit a ticket for troubleshooting. |
InternalError.Error | Service internal 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. |
InternalError.UnknownError | Internal service error. Please submit a ticket for troubleshooting. |
InvalidParameter.CdnHostInvalidStatus | Invalid domain name status. |
InvalidParameter.CdnInterfaceError | Internal API error. Please submit a ticket for troubleshooting. |
InvalidParameter.CdnParamError | Parameter error. Please see the sample parameters in the documentation. |
InvalidParameter.CdnPurgeWildcardNotAllowed | Cache purge does not support wildcard domain names. |
InvalidParameter.CdnStatInvalidDate | Invalid date. Please see the sample date in the documentation. |
InvalidParameter.CdnUrlExceedLength | The URL exceeds the length limit. |
LimitExceeded.CdnPurgeExceedBatchLimit | |
LimitExceeded.CdnPurgeExceedDayLimit | |
LimitExceeded.CdnPurgeUrlExceedBatchLimit | The number of URLs to be purged exceeds the limit. |
LimitExceeded.CdnPurgeUrlExceedDayLimit | The number of URLs to be purged exceeds the daily limit. |
ResourceNotFound.CdnHostNotExists | Unable to find the domain name. Please make sure the domain name is correct. |
ResourceNotFound.CdnUserNotExists | The CDN service has not been activated. Please activate it first before using this API. |
ResourceUnavailable.CdnHostIsNotOnline | The domain name has been deactivated. Prefetch requests cannot be submitted. |
UnauthorizedOperation.CdnCamUnauthorized | No CAM policy is configured for the sub-account. |
UnauthorizedOperation.CdnHostUnauthorized | The sub-account has no access to the CDN-accelerated domain name. |
UnauthorizedOperation.CdnUserAuthFail | Fail to authenticate the CDN user. |
UnauthorizedOperation.CdnUserAuthWait | The CDN user is pending authentication. |
UnauthorizedOperation.CdnUserIsSuspended | The CDN service has been suspended. Please restart it and try again. |
UnauthorizedOperation.EcdnMigratedCdn | Please go to the CDN console for operation. |
UnauthorizedOperation.OpNoAuth | This operation is not supported currently. Please submit a ticket for assistance. |
UnauthorizedOperation.OperationTooOften | Too many calling attempts. |
本页内容是否解决了您的问题?