Queries zones in a region.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The supported language. Valid values:
|
zh-CN |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
| Zones |
array<object> |
The zones. |
FFmyTO70tTpLG6I3FmYAXGKPdzTKM4svjIT4VQig7tTMKqiHlxKt2p5Zuz45p+Lxdq |
|
object |
The zone. |
||
| LocalName |
string |
The name of the zone. |
China East 1 Zone G |
| ZoneId |
string |
The zone ID. |
cn-hangzhou-g |
Examples
Success response
JSON format
{
"RequestId": "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3",
"Zones": [
{
"LocalName": "China East 1 Zone G",
"ZoneId": "cn-hangzhou-g"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?