Describes the available regions.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Language |
string |
No |
The language. Valid values:
|
en |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
C0EE05F4-6C1D-5993-B028-B569F9ED6B51 |
| Regions |
array<object> |
A list of regions. |
|
|
object |
Region data. |
||
| RegionId |
string |
The region ID. |
cn-hangzhou |
| LocalName |
string |
The region name. |
China (Hangzhou) |
Examples
Success response
JSON format
{
"RequestId": "C0EE05F4-6C1D-5993-B028-B569F9ED6B51",
"Regions": [
{
"RegionId": "cn-hangzhou",
"LocalName": "China (Hangzhou)"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.