Logs uploader
Get AWS regions list
Get the list of Amazon AWS regions.
get/cdn/aws_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": "us-east-1",
"name": "US East (N. Virginia)"
},
{
"id": 2,
"code": "us-east-2",
"name": "US East (Ohio)"
}
]