Queries servers that have anti-ransomware backup policies enabled.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeUserBackupMachines |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates a unique identifier for each request. You can use the ID to troubleshoot issues. |
D0D6E6E4-CB8C-4897-B852-46AEFDA04B21 |
| Machines |
array<object> |
The information about servers that have backup policies enabled. |
|
|
object |
|||
| Uuid |
string |
The UUID of the server that has a backup policy enabled. |
D0D6E6E4-CB8C-4897-B852-46AEFDA0**** |
| PolicyName |
string |
The name of the policy enabled on the server. |
policy_name_A |
| Id |
integer |
The ID of the policy enabled on the server. |
123 |
Examples
Success response
JSON format
{
"RequestId": "D0D6E6E4-CB8C-4897-B852-46AEFDA04B21",
"Machines": [
{
"Uuid": "D0D6E6E4-CB8C-4897-B852-46AEFDA0****",
"PolicyName": "policy_name_A",
"Id": 123
}
]
}
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.