Queries the list of acceleration regions for a specified Global Accelerator (GA) instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:ListIpSets |
list |
*IpSet
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
cn-hangzhou |
| PageNumber |
integer |
No |
The page number of the list. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page for a paged query. Maximum value: 100. Default value: 10. |
10 |
| AcceleratorId |
string |
Yes |
The ID of the Global Accelerator (GA) instance. |
ga-bp1yeeq8yfoyszmqy**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| TotalCount |
integer |
The total number of entries in the list. |
2 |
| PageSize |
integer |
The number of entries per page in a paged query. |
10 |
| RequestId |
string |
The request ID. |
A9B4E54C-9CCD-4002-91A9-D38C6C209192 |
| PageNumber |
integer |
The page number of the list. |
1 |
| IpSets |
array<object> |
The list of acceleration area instances. |
|
|
array<object> |
The list of acceleration area instances. |
||
| AccelerateRegionId |
string |
The ID of the acceleration area. |
cn-hangzhou |
| IpVersion |
string |
The IP address protocol version. Valid values:
|
IPv4 |
| Bandwidth |
integer |
The bandwidth allocated to the acceleration area. Unit: Mbps. |
2 |
| IspType |
string |
The line type of the acceleration area. Valid values:
|
BGP |
| State |
string |
The status of the acceleration area. Valid values:
|
active |
| IpSetId |
string |
The ID of the acceleration region instance. |
ips-bp11r5jb8ogp122xl**** |
| IpAddressList |
array |
The list of accelerated IP addresses. |
|
|
string |
The list of accelerated IP addresses. |
121.43..XX.XX |
|
| ServiceId |
string |
The ID of the service to which the managed instance belongs. Note
This parameter is valid only when ServiceManaged is set to True. |
ALB |
| ServiceManaged |
boolean |
Indicates whether the instance is managed. Valid values:
|
true |
| ServiceManagedInfos |
array<object> |
The list of action policies that the user can execute on the managed instance. Note
|
|
|
object |
The list of action policies that the user can execute on the managed instance. |
||
| Action |
string |
The name of the managed policy action. Valid values:
|
Update |
| ChildType |
string |
The type of the child resource. Valid values:
Note
This parameter is valid only when Action is set to CreateChild. |
Listener |
| IsManaged |
boolean |
Indicates whether the managed policy action is managed. Valid values:
|
false |
Examples
Success response
JSON format
{
"TotalCount": 2,
"PageSize": 10,
"RequestId": "A9B4E54C-9CCD-4002-91A9-D38C6C209192",
"PageNumber": 1,
"IpSets": [
{
"AccelerateRegionId": "cn-hangzhou",
"IpVersion": "IPv4",
"Bandwidth": 2,
"IspType": "BGP",
"State": "active",
"IpSetId": "ips-bp11r5jb8ogp122xl****",
"IpAddressList": [
"121.43..XX.XX"
],
"ServiceId": "ALB",
"ServiceManaged": true,
"ServiceManagedInfos": [
{
"Action": "Update",
"ChildType": "Listener",
"IsManaged": false
}
]
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | UnknownError | An error occurred while processing your request. Please try again. If the error persists, please submit a ticket. | An error occurred while the request was being processed. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.