All Products
Search
Document Center

Server Load Balancer:DescribeRegions

Last Updated:Dec 10, 2025

Queries the regions and endpoints supported by Server Load Balancer.

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 languages. Valid values:

  • zh-CN: Chinese

  • en-US (default): English

  • ja: Japanese

zh-CN

Response elements

Element

Type

Description

Example

object

Regions

array<object>

The list of regions.

object

The information about the region.

LocalName

string

The name of the region.

China (Hangzhou)

RegionEndpoint

string

The endpoint of the region.

gwlb.cn-hangzhou.aliyuncs.com

RegionId

string

The ID of the region.

cn-hangzhou

RequestId

string

The ID of the request.

162FCE8D-CEEC-5083-90BF-B45D8C4F81FB

Examples

Success response

JSON format

{
  "Regions": [
    {
      "LocalName": "China (Hangzhou)",
      "RegionEndpoint": "gwlb.cn-hangzhou.aliyuncs.com",
      "RegionId": "cn-hangzhou"
    }
  ],
  "RequestId": "162FCE8D-CEEC-5083-90BF-B45D8C4F81FB"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.