Logs uploader
Get Alibaba regions list
Get the list of Alibaba Cloud regions.
get/cdn/alibaba_regions
Query parameters
limitinteger
Maximum number of items to return in the response. Cannot exceed 1000.
offsetinteger
Number of items to skip from the beginning of the list.
Response
Successful.
Example response
[
{
"id": 1,
"code": "cn-hangzhou",
"name": "China (Hangzhou)"
},
{
"id": 2,
"code": "cn-shanghai",
"name": "China (Shanghai)"
}
]