All Products
Search
Document Center

Edge Security Acceleration:ListLoadBalancerRegions

Last Updated:Nov 15, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Query Load Balancer Region List

Operation description

When creating a load balancer 'based on country/region scheduling' strategy through OpenAPI, use the code of primary or secondary regions to represent traffic from this geographical area.

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
esa:ListLoadBalancerRegionsnone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

Page number.

1
PageSizeintegerNo

Page size.

1024

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Request ID

81A5E222-24BF-17EF-9E80-A68D9B8F363D
Regionsarray<object>

List of region information

Regionobject

Region information

RegionCodestring

Primary region code

SEAS
RegionEnNamestring

Primary region English full name

South East Asia
RegionCnNamestring

Primary region Chinese full name

东南亚
SubRegionsarray<object>

List of secondary region information

SubRegionobject

Secondary region information

SubRegionCodestring

Secondary region code

ID
SubRegionEnNamestring

Secondary region English full name

Indonesia
SubRegionCnNamestring

Secondary region Chinese full name

印度尼西亚
PageNumberinteger

Page number

1
PageSizeinteger

Number of records per page

1024
TotalCountinteger

Total number of records

12
TotalPageinteger

Total number of pages

1

Examples

Sample success responses

JSONformat

{
  "RequestId": "81A5E222-24BF-17EF-9E80-A68D9B8F363D",
  "Regions": [
    {
      "RegionCode": "SEAS",
      "RegionEnName": "South East Asia",
      "RegionCnName": "东南亚",
      "SubRegions": [
        {
          "SubRegionCode": "ID",
          "SubRegionEnName": "Indonesia",
          "SubRegionCnName": "印度尼西亚"
        }
      ]
    }
  ],
  "PageNumber": 1,
  "PageSize": 1024,
  "TotalCount": 12,
  "TotalPage": 1
}

Error codes

HTTP status codeError codeError messageDescription
500QueryDBErrorAn internal exception occurred when query data, please try again later.An internal exception occurred when query data, please try again later.

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

Change history

Change timeSummary of changesOperation
No change history