Queries zones in a region.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Language |
string |
No |
The language in which you want to use to return the description of the system policy. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
9324B68F-9863-5722-A0FD-0798E2B02A0E |
| Zones |
object |
||
| Zone |
array<object> |
The zones available in the current region. |
{'Zone': [{'ZoneId': 'cn-hangzhou-i'}]} |
|
object |
|||
| ZoneId |
string |
The ID of the zone. |
cn-hangzhou-MAZ2(j,g) |
| LocalName |
string |
The name of the zone. |
East China1(Hangzhou)Multi-zone 2(j,g) |
Examples
Success response
JSON format
{
"RequestId": "9324B68F-9863-5722-A0FD-0798E2B02A0E",
"Zones": {
"Zone": [
{
"ZoneId": "cn-hangzhou-MAZ2(j,g)",
"LocalName": "East China1(Hangzhou)Multi-zone 2(j,g)"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.