Queries the regions and endpoints supported by Server Load Balancer.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The supported languages. Valid values:
|
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.