Describes the available configurations for a disaster recovery plan.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeGtmRecoveryPlanAvailableConfig |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
Default: en |
en |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Instances |
object |
||
| Instance |
array<object> |
The list of instances. |
|
|
object |
|||
| AddrPools |
object |
||
| AddrPool |
array<object> |
The list of address pools. |
|
|
object |
|||
| AddrPoolId |
string |
The ID of the address pool. |
10******* |
| Name |
string |
The name of the address pool. |
hra0i9 |
| InstanceName |
string |
The name of the instance. |
test |
| InstanceId |
string |
The ID of the instance. |
gtm-cn-kvw3uk8**** |
| RequestId |
string |
The ID of the request. |
F8F8EF50-8B7F-4702-B294-97170A423403 |
Examples
Success response
JSON format
{
"Instances": {
"Instance": [
{
"AddrPools": {
"AddrPool": [
{
"AddrPoolId": "10*******",
"Name": "hra0i9"
}
]
},
"InstanceName": "test",
"InstanceId": "gtm-cn-kvw3uk8****"
}
]
},
"RequestId": "F8F8EF50-8B7F-4702-B294-97170A423403"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.