Retrieves the details of all Anti-DDoS Origin instances.
Operation description
Retrieves the details of all Anti-DDoS Origin instances.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-antiddosbag:DescribeInstanceList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The remarks of the Anti-DDoS Origin instance to query. Fuzzy match is supported. |
rg-acfm2pz25js**** |
| InstanceIdList |
string |
No |
The number of the page to return. |
["ddosbgp-cn-oew1pjrk****"] |
| Remark |
string |
No |
The number of entries to return on each page. |
test |
| PageNo |
integer |
Yes |
The protocol type of the IP address asset that is protected by the Anti-DDoS Origin instance to query. Valid values:
|
1 |
| PageSize |
integer |
Yes |
The mitigation plan of the Anti-DDoS Origin instance to query. Valid values:
|
10 |
| IpVersion |
string |
No |
The IP address of the object that is protected by the Anti-DDoS Origin instance to query. |
IPv4 |
| InstanceType |
string |
No |
The field that is used to sort the Anti-DDoS Origin instances. Set the value to expireTime, which indicates that the instances are sorted based on the expiration time. You can set the Orderdire parameter to specify the sorting method. |
0 |
| Ip |
string |
No |
The sorting method. Valid values:
|
47.89.XX.XX |
| Orderby |
string |
No |
The ID of the region where the Anti-DDoS Origin instance to query resides. Note
You can call the DescribeRegions operation to query the most recent region list. |
expireTime |
| Orderdire |
string |
No |
The tags that are added to the Anti-DDoS Origin instance. |
desc |
| RegionId |
string |
No |
The tag that is added to the Anti-DDoS Origin instance. |
cn-hangzhou |
| Tag |
array<object> |
No |
The key of the tag that is added to the Anti-DDoS Origin instance. |
|
|
object |
No |
The value of the tag that is added to the Anti-DDoS Origin instance. |
||
| Key |
string |
No |
The mitigation plan of the Anti-DDoS Origin instance. |
test-key |
| Value |
string |
No |
The mitigation plan of the Anti-DDoS Origin instance. Valid values:
|
test-value |
| InstanceTypeList |
array |
No |
The total number of Anti-DDoS Origin instances. |
|
|
string |
No |
The ID of the request. |
0 |
You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Total |
integer |
The details about the Anti-DDoS Origin instances. |
1 |
| RequestId |
string |
The details about the Anti-DDoS Origin instance. |
381D5D33-BB8F-395F-8EE4-AE3BB4B523C4 |
| InstanceList |
array<object> |
The details about the Anti-DDoS Origin instances. |
|
|
array<object> |
The details about the Anti-DDoS Origin instances. |
||
| Status |
string |
Indicates whether auto-renewal is enabled for the instance. Valid values:
|
1 |
| IpType |
string |
The description of the instance. |
IPv4 |
| AutoRenewal |
boolean |
The time when the instance expires. The value is a UNIX timestamp. Unit: milliseconds. |
false |
| Remark |
string |
The type of the cloud service that is associated with the Anti-DDoS Origin instance By default, this parameter is not returned. If the Anti-DDoS Origin instance is created by using a different cloud service, the code of the cloud service is returned. Valid values:
|
test |
| ExpireTime |
integer |
The time when the instance was purchased. The value is a UNIX timestamp. Unit: milliseconds. |
1640275200000 |
| Product |
string |
The ID of the instance. |
gamebox |
| GmtCreate |
integer |
The mitigation plan of the instance. Valid values:
|
1592886047000 |
| InstanceId |
string |
The number of protected public IP addresses for which blackhole filtering is triggered. Note
You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address. |
ddosbgp-cn-oew1pjrk**** |
| InstanceType |
string |
The application scope of the instance.
|
1 |
| BlackholdingCount |
string |
The type of the instance.
|
0 |
| CoverageType |
integer |
Indicates whether overdue payments exist. Valid values:
|
1 |
| CommodityType |
string |
The condition that triggers automatic association of the instance with an object. |
ddos_ddosorigin_public_cn |
| DebtStatus |
integer |
The events that trigger automatic association. |
0 |
| AutoProtectCondition |
object |
The event that triggers automatic association. Valid values:
|
|
| Events |
array |
Events which result in auto binding. |
|
|
string |
Event which result in auto binding.
|
any |
|
| ResourceGroupId |
string |
The resource group ID. |
rg-aek3ccjxxxxx |
Examples
Success response
JSON format
{
"Total": 1,
"RequestId": "381D5D33-BB8F-395F-8EE4-AE3BB4B523C4",
"InstanceList": [
{
"Status": "1",
"IpType": "IPv4",
"AutoRenewal": false,
"Remark": "test",
"ExpireTime": 1640275200000,
"Product": "gamebox",
"GmtCreate": 1592886047000,
"InstanceId": "ddosbgp-cn-oew1pjrk****",
"InstanceType": "1",
"BlackholdingCount": "0",
"CoverageType": 1,
"CommodityType": "ddos_ddosorigin_public_cn",
"DebtStatus": 0,
"AutoProtectCondition": {
"Events": [
"any"
]
},
"ResourceGroupId": "rg-aek3ccjxxxxx"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.