Description
Deploys the region list.
Request parameters
Name | Type | Required or not | Default value | Description |
---|---|---|---|---|
RegionId | String | Yes | None | ID of the region in which the instance is located |
Response parameters
Name | Type | Description |
---|---|---|
RegionId | String | ID of the region in which the instance is located |
LocalName | String | Name of the region in which the instance is located |
Return example
JSON format:
{
"RequestId": "BDDB1954-002B-4249-B2DF-2CDDA0259668",
"Regions": {
"Region": [
{
"RegionId": "cn-shenzhen-tsdb",
"LocalName": "China South 1 (Shenzhen)"
},
{
"RegionId": "cn-hangzhou-hitsdb",
"LocalName": "China East 2 (Shanghai)-tsdb"
},
{
"RegionId": "cn-qingdao-tsdb",
"LocalName": "Qingdao1"
}
]
}
}