Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-03-17 11:18:13
You can call this operation to query the maximum number and remaining number of URLs that you can block.
The API request contains the specified directory /2016-09-01/content/GetBlockUrlQuota, common request headers, and operation-specific request parameters. For more information, see the sample request.
Parameter | Type | Description |
---|---|---|
BlockUrlQuota | Long | The maximum number of URLs that you can block. |
BlockUrlSurplus | Long | The remaining number of URLs that you can block. |
Sample request
GET or POST method:
GET|POST /2016-09-01/content/GetBlockUrlQuota 1.1
Host: cdn.api.ksyun.com
X-Amz-Date: date
Authorization:authorization string
X-Action: GetBlockUrlQuota
X-Version: 2016-09-01
Sample response
{
"BlockUrlQuota": 10000,
"BlockUrlSurplus": 500
}
Pure Mode