All Products
Search
Document Center

Server Load Balancer:DescribeZones

Last Updated:Dec 11, 2024

Queries the most recent zone list of Gateway Load Balancer (GWLB).

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AcceptLanguagestringNo

The supported language. Valid values:

  • zh-CN: Chinese
  • en-US (default): English
  • ja: Japanese
zh-CN

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

4C605F7E-D0F6-54E2-B004-F9B132F0D8B2
Zonesarray<object>

A list of zones.

Dataobject

The information about the zone.

LocalNamestring

The zone name.

Hangzhou Zone G
ZoneIdstring

The zone ID.

cn-hangzhou-g

Examples

Sample success responses

JSONformat

{
  "RequestId": "4C605F7E-D0F6-54E2-B004-F9B132F0D8B2",
  "Zones": [
    {
      "LocalName": "Hangzhou Zone G",
      "ZoneId": "cn-hangzhou-g"
    }
  ]
}

Error codes

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