All Products
Search
Document Center

Anti-DDoS:DescribeUnBlockCount

Last Updated:Apr 14, 2025

Queries the total number and the remaining number of times that you can enable the near-origin traffic diversion feature.

Operation description

Note This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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 request ID.

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

The total number of times that you can enable the near-origin traffic diversion feature.

10
RemainCountinteger

The remaining number of times that you can enable the near-origin traffic diversion feature.

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.

Change history

Change timeSummary of changesOperation
No change history