Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| ClientId |
string |
Yes |
A unique ID that is generated by the client. |
ac4a73ad-789a-449a-a88f-d18571d6**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The collection of returned information. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| Regions |
array<object> |
The region object. |
|
|
object |
The region object. |
||
| RegionEndpoint |
string |
The endpoint of the region. |
ecd.cn-hangzhou.aliyuncs.com |
| RegionId |
string |
The region ID. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"Regions": [
{
"RegionEndpoint": "ecd.cn-hangzhou.aliyuncs.com",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.