All Products
Search
Document Center

CDN:DescribeRefreshQuota

Última atualização: Aug 28, 2026

Queries the daily quotas and remaining counts for URL and directory refresh, content prefetch, URL blocking, and parameter-ignored refresh operations.

Debugging

Debug

Run this operation directly in OpenAPI Explorer. OpenAPI Explorer automatically generates SDK code samples after a successful run.

Authorization information

The following table shows the authorization information for this operation. Use the values in the Operation column in Action policy elements to grant a RAM user or RAM role permission to call this operation.

OperationAccess levelResource typeCondition keyAssociated operation
cdn:DescribeRefreshQuotaget*All Resources*nonenone

Request parameters

No request parameters are required for this operation.

Response parameters

ParameterTypeDescriptionExample
PreloadRemainstringThe remaining number of times that you can preload content to L1 nodes on the current day.400
BlockRemainstringThe remaining number of URLs that can be blocked on the current day.100
RegexRemainstringThe remaining number of URLs that can be refreshed by using regular expressions on the current day.10
UrlRemainstringThe remaining number of URLs that can be refreshed on the current day.1996
DirRemainstringThe remaining number of directories that can be refreshed on the current day.99
UrlQuotastringThe maximum number of URLs that can be refreshed on the current day.2000
BlockQuotastringThe maximum number of URLs that can be blocked on the current day.300
RequestIdstringThe request ID.42E0554B-80F4-4921-AED6-ACFB22CAAAD0
DirQuotastringThe maximum number of directories that can be refreshed on the current day.100
PreloadEdgeQuotastringThe maximum number of times that you can preload content to L1 points of presence (POPs) on the current day.20
PreloadEdgeRemainstringThe remaining number of times that you can preload content to L1 POPs on the current day.20
PreloadQuotastringThe maximum number of times that you can preload content to L2 POPs on the current day.500
RegexQuotastringThe maximum number of URLs that can be refreshed by using regular expressions on the current day.20
IgnoreParamsQuotastringThe maximum number of URLs or directories with parameters ignored that can be refreshed on the current day.100
IgnoreParamsRemainstringThe remaining number of URLs or directories with parameters ignored that can be refreshed on the current day.10

Examples

Sample success responses

JSON format

{
  "PreloadRemain": "400",
  "BlockRemain": "100",
  "RegexRemain": "10",
  "UrlRemain": "1996",
  "DirRemain": "99",
  "UrlQuota": "2000",
  "BlockQuota": "300",
  "RequestId": "42E0554B-80F4-4921-AED6-ACFB22CAAAD0",
  "DirQuota": "100",
  "PreloadEdgeQuota": "20",
  "PreloadEdgeRemain": "20",
  "PreloadQuota": "500",
  "RegexQuota": "20",
  "IgnoreParamsQuota": "100",
  "IgnoreParamsRemain": "10"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-12-18API description updateView change details
2023-03-29The response structure of the API has changedView change details