Returns available regions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | No | The region ID. | cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "disable failed jobs=[99341]",
"RequestId": "4F68ABED-AC31-4412-9297-D9A8F0401108",
"Success": true,
"Regions": [
{
"RegionEndpoint": "schedulerx.cn-hangzhou.aliyuncs.com",
"LocalName": "China (Hangzhou)\n",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-05-30 | The request parameters of the API has changed | View Change Details |