All Documents
Current Document

Content is empty

If you don't find the content you expect, please try another search term

Documentation

GetBlockUrlQuota

Last updated:2021-03-17 11:18:13

GetBlockUrlQuota

Description

You can call this operation to query the maximum number and remaining number of URLs that you can block.

Request syntax

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.

Response parameters

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.

Examples

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
}
On this page
Pure ModeNormal Mode

Pure Mode

Click to preview the document content in full screen
Feedback