Queries the zones that support Server Load Balancer.
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 |
|||
| RequestId |
string |
The request ID. |
4C605F7E-D0F6-54E2-B004-F9B132F0D8B2 |
| Zones |
array<object> |
The list of zones. |
|
|
object |
The zone object. |
||
| LocalName |
string |
The name of the zone. |
Hangzhou Zone G |
| ZoneId |
string |
The ID of the zone. |
cn-hangzhou-g |
Examples
Success response
JSON format
{
"RequestId": "4C605F7E-D0F6-54E2-B004-F9B132F0D8B2",
"Zones": [
{
"LocalName": "Hangzhou Zone G",
"ZoneId": "cn-hangzhou-g"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.