Queries the number of DDoS attacks outside China.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SiteId |
integer |
Yes |
The site ID. You can call the ListSites operation to obtain the site ID. |
1039004047346160 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
EBCECE18-DA96-5307-8506-01E5A0E21530 |
| TotalCount |
integer |
The total number of attacks supported by the plan. |
2 |
| UsedCount |
integer |
The number of attacks that have been used. |
0 |
Examples
Success response
JSON format
{
"RequestId": "EBCECE18-DA96-5307-8506-01E5A0E21530",
"TotalCount": 2,
"UsedCount": 0
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 500 | InternalError | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.