All Products
Search
Document Center

Server Load Balancer:DescribeZones

Last Updated:Jan 14, 2026

Queries zones in a region.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

AcceptLanguage

string

No

The supported language. Valid values:

  • zh-CN (default): Chinese

  • en-US: English

  • ja: Japanese

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.

Hangzhou Zone G

ZoneId

string

The zone ID.

cn-hangzhou-g

Examples

Success response

JSON format

{
  "RequestId": "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3",
  "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.