Queries the administrative regions in China from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specified period of time.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceGroupId | string | No | 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. For more information about resource groups, see Create a resource group. | rg-acfm2pz25js**** |
EndTime | long | No | The end of the time range to query. The value is a UNIX timestamp. Unit: seconds. If you do not configure this parameter, the current system time is used as the end time. Note
This UNIX timestamp must indicate a point in time that is accurate to the minute.
| 1583683200 |
StartTime | long | Yes | The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds. Note
This UNIX timestamp must indicate a point in time that is accurate to the minute.
| 1582992000 |
InstanceIds | array | Yes | The IDs of instances to query. | |
string | Yes | The ID of the instance to query. Note
You can call the DescribeInstanceIds operation to query the IDs of all instances.
| ddoscoo-cn-mp91j1ao**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E",
"SourceProvinces": [
{
"ProvinceId": "440000",
"Count": 3390671
}
]
}
Error codes
For a list of error codes, visit the Service error codes.