Queries the maximum number of connections that can be established over the ports of one or more Anti-DDoS Proxy instances.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
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. | default |
| EndTime | long | Yes | The end 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.
| 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 the Anti-DDoS Proxy instances. Note
You can call the DescribeInstanceIds operation to query the IDs of all Anti-DDoS Proxy instances.
| |
| string | Yes | The ID of the Anti-DDoS Proxy instance. | ddoscoo-cn-mp91j1ao**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "08F79110-2AF5-4FA7-998E-7C5E75EACF9C",
"PortMaxConns": [
{
"Ip": "203.***.***.117",
"Port": "80",
"Cps": 100
}
]
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
