Queries the alert settings of assets. The default alert setting for assets is balance mode. The detailed asset list is returned only in strict mode.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListClientAlertMode |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Mode |
string |
No |
The protection mode. Valid values:
|
strict |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique ID for each request. You can use the ID to troubleshoot issues. |
A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7 |
| Data |
object |
The data returned by the request. |
|
| Uuids |
array |
The list of asset UUIDs. |
|
|
string |
The asset UUID. |
0c1714dc-f7a3-4265-8364-7aa3fce8c716 |
|
| Count |
integer |
The total number of entries returned. |
5 |
Examples
Success response
JSON format
{
"RequestId": "A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7",
"Data": {
"Uuids": [
"0c1714dc-f7a3-4265-8364-7aa3fce8c716"
],
"Count": 5
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.