Returns the configuration of a specified acceleration region, including its accelerated IP addresses.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:DescribeIpSet |
get |
*IpSet
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
cn-hangzhou |
| IpSetId |
string |
Yes |
The ID of the acceleration region. You can call the ListIpSets operation to query the IDs of acceleration regions of a specific GA instance. |
ips-bp11ilwqjdkjeg9r7**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| IpSetId |
string |
The ID of the acceleration region. |
ips-bp11ilwqjdkjeg9r7**** |
| RequestId |
string |
The ID of the request. |
6D2BFF54-6AF2-4679-88C4-2F2E187F16CB |
| IpVersion |
string |
The IP version. Valid values:
|
IPv4 |
| State |
string |
The status of the acceleration region. Valid values:
|
active |
| Bandwidth |
integer |
The bandwidth that is allocated to the acceleration region. Unit: Mbit/s. |
3 |
| IspType |
string |
The line type of the elastic IP address (EIP) in the acceleration region. Valid values:
|
BGP |
| IpAddressList |
array |
The list of accelerated IP addresses in the acceleration region. |
|
|
string |
The list of accelerated IP addresses in the acceleration region. |
121.43.XX.XX |
|
| AccelerateRegionId |
string |
The ID of the acceleration region. |
cn-hangzhou |
| AcceleratorId |
string |
The ID of the GA instance. |
ga-bp1yeeq8yfoyszmqy**** |
| ServiceId |
string |
The ID of the service that manages the instance. Note
This parameter is returned only if the value of ServiceManaged is true. |
ALB |
| ServiceManaged |
boolean |
Indicates whether the GA instance is managed. Valid values:
|
true |
| ServiceManagedInfos |
array<object> |
The actions that users can perform on the managed instance. Note
|
|
|
object |
A list of action policies that users can execute on this managed instance. |
||
| Action |
string |
The name of the action on the managed instance. Valid values:
|
Update |
| ChildType |
string |
The type of the child resource. Valid values:
Note
This parameter takes effect only if Action is set to CreateChild. |
Listener |
| IsManaged |
boolean |
Indicates whether the specified actions are managed.
|
false |
Examples
Success response
JSON format
{
"IpSetId": "ips-bp11ilwqjdkjeg9r7****",
"RequestId": "6D2BFF54-6AF2-4679-88C4-2F2E187F16CB",
"IpVersion": "IPv4",
"State": "active",
"Bandwidth": 3,
"IspType": "BGP",
"IpAddressList": [
"121.43.XX.XX"
],
"AccelerateRegionId": "cn-hangzhou",
"AcceleratorId": "ga-bp1yeeq8yfoyszmqy****",
"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.