Queries the regions where the Tag service is available.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
tag:DescribeRegions |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region. |
cn-hangzhou |
| AcceptLanguage |
string |
No |
The supported natural language. Valid values:
|
zh-CN |
For information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
632BBAE2-9C44-4212-8B51-B54742DA9713 |
| Regions |
object |
||
| Region |
array<object> |
The information of the regions. |
|
|
object |
The information of the regions. |
||
| LocalName |
string |
The name of the region. |
华东1(杭州) |
| RegionEndpoint |
string |
The endpoint of the Tag service in the region. |
tag.aliyuncs.com |
| RegionId |
string |
The ID of the region. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "632BBAE2-9C44-4212-8B51-B54742DA9713",
"Regions": {
"Region": [
{
"LocalName": "华东1(杭州)",
"RegionEndpoint": "tag.aliyuncs.com",
"RegionId": "cn-hangzhou"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | InvalidParameter.AcceptLanguage | The specified value of parameter AcceptLanguage is not valid. | The specified value of parameter "AcceptLanguage" is not valid. |
| 403 | NoPermission.Operator | The user is not authorized to operate on the specified resource. | The user is not authorized to operate on the specified resource. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.