Retrieves all regions.
Operation description
The `JsonConfig` request parameter is a complex JSON configuration. A supporting tool class provides configuration examples. For more information, see the Demo.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
yundun-sas:ListLogRegions | get | *All Resource
| None | None |
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
Lang | string | No | The language of the response message. Valid values:
| zh |
RoleFor | integer | No | The user ID of the member whose perspective the administrator wants to use. | 173326******* |
Response elements
Element | Type | Description | Example |
object | The response body. | ||
RequestId | string | The ID of the request. | 6276D891-*****-55B2-87B9-74D413F7**** |
| LogRegions | array | A list of log storage region IDs. | |
string | The log storage region ID. | cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****",
"LogRegions": [
"cn-hangzhou"
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.