All Products
Search
Document Center

Server Load Balancer:DescribeZones

Last Updated:Mar 01, 2024

Queries zones in a region.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh-CN: Chinese
  • en-US: English
  • ja: Japanese
zh-CN

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3
Zonesobject []

The zones.

FFmyTO70tTpLG6I3FmYAXGKPdzTKM4svjIT4VQig7tTMKqiHlxKt2p5Zuz45p+Lxdq
LocalNamestring

The name of the zone.

Hangzhou Zone G
ZoneIdstring

The zone ID.

cn-hangzhou-g

Examples

Sample success responses

JSONformat

{
  "RequestId": "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3",
  "Zones": [
    {
      "LocalName": "Hangzhou Zone G",
      "ZoneId": "cn-hangzhou-g"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.