Queries the information about the servers to which an anti-ransomware policy is applied.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeUserBackupMachines |
The operation that you want to perform. Set the value to DescribeUserBackupMachines. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | D0D6E6E4-CB8C-4897-B852-46AEFDA04B21 |
The ID of the request, which is used to locate and troubleshoot issues. |
Machines | Array of SimpleBackupMachine |
The information about the server to which the anti-ransomware policy is applied. |
|
Uuid | String | D0D6E6E4-CB8C-4897-B852-46AEFDA0**** |
The UUID of the server to which the anti-ransomware policy is applied. |
PolicyName | String | policy_name_A |
The name of the anti-ransomware policy that is applied to the server. |
Id | Long | 123 |
The ID of the anti-ransomware policy that is applied to the server. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeUserBackupMachines
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeUserBackupMachinesResponse>
<RequestId>D0D6E6E4-CB8C-4897-B852-46AEFDA04B21</RequestId>
<Machines>
<Uuid>D0D6E6E4-CB8C-4897-B852-46AEFDA0****</Uuid>
<PolicyName>policy_name_A</PolicyName>
<Id>123</Id>
</Machines>
</DescribeUserBackupMachinesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "D0D6E6E4-CB8C-4897-B852-46AEFDA04B21",
"Machines" : {
"Uuid" : "D0D6E6E4-CB8C-4897-B852-46AEFDA0****",
"PolicyName" : "policy_name_A",
"Id" : 123
}
}
Error codes
For a list of error codes, visit the API Error Center.