Queries the available configurations for an address pool in a Global Traffic Manager (GTM) instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeDnsGtmAddressPoolAvailableConfig |
get |
*gtmInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of some returned parameters. Default value: en. Valid values: en, zh, and ja. |
en |
| InstanceId |
string |
Yes |
The ID of the instance. You can call DescribeDnsGtmInstances to obtain the instance ID. |
gtm-cn-wwo3a3hbz** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique request ID. |
199C3699-9A7B-41A1-BB5A-F1E862D3CB38 |
| AttributeInfos |
object |
||
| AttributeInfo |
array<object> |
A list of supported source regions for addresses. |
|
|
object |
|||
| FatherCode |
string |
The line code of the parent node for the source region. |
telecom |
| GroupName |
string |
The group name of the source region. |
ISP |
| LineCode |
string |
The line code of the source region. |
cn_telecom_jiangxi |
| LineName |
string |
The line name of the source region. |
ChinaTelecom_jiangxi |
| GroupCode |
string |
The group code of the source region. |
ISP |
Examples
Success response
JSON format
{
"RequestId": "199C3699-9A7B-41A1-BB5A-F1E862D3CB38",
"AttributeInfos": {
"AttributeInfo": [
{
"FatherCode": "telecom",
"GroupName": "ISP",
"LineCode": "cn_telecom_jiangxi",
"LineName": "ChinaTelecom_jiangxi",
"GroupCode": "ISP"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.