Queries the supported regions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oos:DescribeRegions |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| AcceptLanguage |
string |
No |
The response language. Valid values:
Valid values:
|
zh-CN |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
469E79B1-90A3-4A57-B7C4-2FE0C8B5175E |
| Regions |
array<object> |
The regions. |
|
|
object |
|||
| RegionEndpoint |
string |
The endpoint of the region. |
oos.cn-shenzhen.aliyuncs.com |
| LocalName |
string |
The name of the region. |
China (Shenzhen) |
| RegionId |
string |
The region ID. |
cn-shenzhen |
Examples
Success response
JSON format
{
"RequestId": "469E79B1-90A3-4A57-B7C4-2FE0C8B5175E",
"Regions": [
{
"RegionEndpoint": "oos.cn-shenzhen.aliyuncs.com",
"LocalName": "China (Shenzhen)",
"RegionId": "cn-shenzhen"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.