Queries the regions where the Resource Sharing service is available.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The supported natural language. Valid values:
|
zh-CN |
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
0D64A198-5842-4570-8E26-5E540CDC84CD |
| Regions |
array<object> |
The information of the regions. |
|
|
object |
The information of the regions. |
||
| RegionEndpoint |
string |
The endpoint of the Resource Sharing service in the region. |
resourcesharing.cn-hangzhou.aliyuncs.com |
| LocalName |
string |
The name of the region. |
华东1(杭州) |
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "0D64A198-5842-4570-8E26-5E540CDC84CD",
"Regions": [
{
"RegionEndpoint": "resourcesharing.cn-hangzhou.aliyuncs.com",
"LocalName": "华东1(杭州)",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.