All Products
Search
Document Center

Server Load Balancer:DescribeZones

更新時間:Oct 12, 2024

Queries the zones of a region in which a Network Load Balancer (NLB) instance is deployed.

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
ServiceCodestringNo

The service code. Set the value to nlb.

nlb
RegionIdstringNo

The ID of the region to which the zone belongs. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
AcceptLanguagestringNo

The supported natural language. Valid values:

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

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the value, but you must ensure that it is unique among all requests. ClientToken can contain only ASCII characters.

Note If you do not set this parameter, the system uses RequestId as ClientToken. RequestId may be different for each API request.
123e4567-e89b-12d3-a456-426655440000

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

CEF72CEB-54B6-4AE8-B225-F876FF7BA984
Zonesarray<object>

A list of zones.

Zoneobject

The zone.

LocalNamestring

The zone name.

ap_southeast_2
ZoneIdstring

The zone ID.

cn-hangzhou-g

Examples

Sample success responses

JSONformat

{
  "RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984",
  "Zones": [
    {
      "LocalName": "ap_southeast_2",
      "ZoneId": "cn-hangzhou-g"
    }
  ]
}

Error codes

HTTP status codeError codeError message
400IllegalParam.AcceptLanguageThe param of AcceptLanguage[%s] is illegal from bundle %s
400SystemBusySystem is busy, please try again later.
400IllegalParamThe param of %s is illegal.

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

Change history

Change timeSummary of changesOperation
2023-10-09The Error code has changedView Change Details
2023-09-26The Error code has changedView Change Details
2023-09-05The Error code has changedView Change Details
2023-08-22The Error code has changedView Change Details