Queries the IDs, versions, remarks, and IP type information of Anti-DDoS Proxy instances.
Operation description
This operation queries the IDs, versions, remarks, and IP type information of all Anti-DDoS instances.
QPS limits
The maximum number of queries per second (QPS) for a single user is 10. If you exceed this limit, API calls will be throttled, which may affect your business. Please call this operation at a reasonable rate.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
yundun-ddoscoo:DescribeInstanceIds | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
ResourceGroupId | string | No | The resource group ID of the Anti-DDoS Proxy instance in Resource Management. If this parameter is not specified, the default resource group is used. | rg-acfm2pz25js**** |
Edition | integer | No | The type of Anti-DDoS Proxy instance to query. Valid values:
| 9 |
| InstanceIds | array | No | The list of Anti-DDoS Proxy instance IDs to query. The maximum value of N is 200. | ddoscoo-cn-mp91j1ao**** |
string | No | The ID of the Anti-DDoS Proxy instance to query. If this parameter is not specified, all Anti-DDoS Proxy instances are queried. | ddoscoo-cn-zvp2eibz**** |
When you call this operation, in addition to the request parameters described in this topic, you must also specify the common request parameters of Alibaba Cloud API. For more information, see common parameters.
For the request format, see the request example in the Examples section of this topic.
Response elements
Parameter | Type | Description | Example |
object | |||
RequestId | string | The ID of the request. | 310A41FD-0990-5610-92E0-A6A55D7C6444 |
| InstanceIds | array<object> | The IDs, versions, remarks, and IP type information of the Anti-DDoS Proxy instances. | |
object | |||
IpMode | string | The IP forwarding mode of the instance. Valid values:
| fnat |
Edition | integer | The type of the instance. Valid values:
| 9 |
InstanceId | string | The ID of the instance. | ddoscoo-cn-zvp2eibz**** |
IpVersion | string | The IP protocol version of the instance. Valid values:
| Ipv4 |
Remark | string | The remark of the instance. | test |
Examples
Success response
JSON format
{
"RequestId": "310A41FD-0990-5610-92E0-A6A55D7C6444",
"InstanceIds": [
{
"IpMode": "fnat",
"Edition": 9,
"InstanceId": "ddoscoo-cn-zvp2eibz****",
"IpVersion": "Ipv4",
"Remark": "test"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.