Queries the regions that support cross-region replication.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Token |
string |
No |
This parameter is deprecated. |
01W3ZZOQ |
VaultId
deprecated
|
string |
No |
This parameter is deprecated. |
v-00030j3c******sn |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The HTTP status code. 200 indicates a successful call. |
200 |
| Message |
string |
The returned message. Returns "successful" on success or an error message on failure. |
successful |
| RequestId |
string |
The ID of the request. |
F4EEB401-DD21-588D-AE3B-1E835C7655E1 |
| Success |
boolean |
Indicates whether the call is successful.
|
true |
| Regions |
object |
||
| RegionId |
array |
The regions that support cross-region replication. |
|
|
string |
The regions that support cross-region replication. |
cn-hangzhou |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "F4EEB401-DD21-588D-AE3B-1E835C7655E1",
"Success": true,
"Regions": {
"RegionId": [
"cn-hangzhou"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.