Queries the zones to which a disaster recovery service can fail over.
Operation description
Queries the zones to which a disaster recovery service can fail over.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bpstudio:GetPotentialFailZones |
list |
*BPStudioVirtual
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| IsPlanId |
boolean |
No |
Specifies whether the ObjectId parameter specifies a disaster recovery set ID. |
true |
| ObjectId |
string |
No |
If you set IsPlanId to false, specify the ID of a disaster recovery application. If you set IsPlanId to true, specify the ID of a disaster recovery set. |
FS3ATPTOSC4SE1GG |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
BFB7F5C8-FE7A-06CA-9F87-ABBF6B848F0C |
| Message |
string |
The error message. |
The specified ResourceIds are not found in our records. |
| Code |
string |
The response code. |
200 |
| Data |
array |
The zones to which the disaster recovery service can fail over. |
|
|
string |
The zone to which the disaster recovery service can fail over. |
cn-hangzhou-f |
Examples
Success response
JSON format
{
"RequestId": "BFB7F5C8-FE7A-06CA-9F87-ABBF6B848F0C",
"Message": "The specified ResourceIds are not found in our records.",
"Code": "200",
"Data": [
"cn-hangzhou-f"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.