Queries the IDs, editions, remarks, and IP type information of Anti-DDoS Pro or Anti-DDoS Premium instances.
Operation description
This operation is used to query the IDs, editions, remarks, and IP type information of all Anti-DDoS Pro or Anti-DDoS Premium instances.
QPS limit
You can invoke this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. This may affect your business. Invoke this operation within the limit.
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 ID of the resource group to which the Anti-DDoS Pro or Anti-DDoS Premium instance belongs in Resource Management. If you do not set this parameter, the instance belongs to the default resource group. |
rg-acfm2pz25js**** |
| Edition |
integer |
No |
The edition of the Anti-DDoS Pro or Anti-DDoS Premium instance to query. Valid values:
|
9 |
| InstanceIds |
array |
No |
The IDs of the Anti-DDoS Pro or Anti-DDoS Premium instances to query. Maximum value of N: 200. |
ddoscoo-cn-mp91j1ao**** |
|
string |
No |
The ID of the Anti-DDoS Pro or Anti-DDoS Premium instance to query. If you do not set this parameter, all Anti-DDoS Pro or Anti-DDoS Premium instances are queried. |
ddoscoo-cn-zvp2eibz**** |
When you call this operation, you must include the common request parameters of Alibaba Cloud APIs in addition to the request parameters described in this topic. For more information about common request parameters, see Common parameters.
For the request format of this operation, see the request example in the Examples section.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
310A41FD-0990-5610-92E0-A6A55D7C6444 |
| InstanceIds |
array<object> |
The IDs, editions, remarks, and IP type information of the Anti-DDoS Pro or Anti-DDoS Premium instances. |
|
|
object |
|||
| IpMode |
string |
The IP forwarding mode of the instance. Valid values:
|
fnat |
| Edition |
integer |
The edition of the instance. Valid values:
|
9 |
| InstanceId |
string |
The instance ID. |
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.