Deletes the server to which a specific anti-ransomware policy is applied.
After the call is successful, the server is deleted from the list of servers to which the anti-ransomware policy is applied.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteBackupPolicyMachine |
The operation that you want to perform. Set the value to DeleteBackupPolicyMachine. |
PolicyId | Long | Yes | 11 |
The ID of the anti-ransomware policy. |
PolicyVersion | String | Yes | 2.0.0 |
The version of the policy. Valid values:
|
Uuid | String | No | D0D6E6E4-CB8C-4897-B852-46AEFDA0**** |
The UUID of the server to which the anti-ransomware policy is applied. Note You must specify at least one of the
UuidList.N and UUID parameters.
|
UuidList.N | RepeatList | No | ["D0D6E6E4-CB8C-4897-B852-46AEFDA0****","D0D6E6E4-CB8C-4897-B852-46AEFDA0****"] |
The UUIDs of the servers to which the protection policy is applied. Note You must specify at least one of the
UuidList.N and UUID parameters.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | D0D6E6E4-CB8C-4897-B852-46AEFDA04B21 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteBackupPolicyMachine
&<Common request parameters>
Sample success responses
XML
format
<DeleteBackupPolicyMachineResponse>
<RequestId>D0D6E6E4-CB8C-4897-B852-46AEFDA04B21</RequestId>
</DeleteBackupPolicyMachineResponse>
JSON
format
{
"RequestId": "D0D6E6E4-CB8C-4897-B852-46AEFDA04B21"
}
Error codes
For a list of error codes, visit the API Error Center.