All Products
Search
Document Center

Anti-DDoS:DescribeUnBlockCount

Last Updated:Apr 26, 2024

Queries the remaining quota that allows you to use the Diversion from Origin Server policy.

Operation description

Note This operation is suitable only for Anti-DDoS Pro.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceGroupIdstringNo

The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.

default

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
TotalCountinteger

The total quota that you can use the Diversion from Origin Server policy.

10
RemainCountinteger

The remaining quota that you can use the Diversion from Origin Server policy.

7

Examples

Sample success responses

JSONformat

{
  "RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E",
  "TotalCount": 10,
  "RemainCount": 7
}

Error codes

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