Uninstalls the anti-ransomware agent from a server.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UninstallBackupClient |
The operation that you want to perform. Set the value to UninstallBackupClient. |
Uuid | String | No | D0D6E6E4-CB8C-4897-B852-46AEFDA0**** |
The UUID of the server from which you want to uninstall the anti-ransomware agent. Note You must specify at least one of the UuidList.N and Uuid parameters.
|
PolicyVersion | String | Yes | 2.0.0 |
The version of the anti-ransomware policy. You can call the DescribeBackupPolicies operation to query the versions of anti-ransomware policies. Valid values:
|
UuidList.N | String | No | ["D0D6E6E4-CB8C-4897-B852-46AEFDA0****", "3bb30859-b3b5-4f28-868f-b0892c98****"] |
The UUIDs of the servers from which you want to uninstall the anti-ransomware agent. Note You must specify at least one of the UuidList.N and Uuid parameters.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | "8eec3b63-18af-454b-8c17-aabcf7190b70","fb711b59-d49c-4da7-a36f-9a56fb705fbe" |
The ID of the request, which is used to locate and troubleshoot issues. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=UninstallBackupClient
&Uuid=D0D6E6E4-CB8C-4897-B852-46AEFDA0****
&PolicyVersion=2.0.0
&UuidList=["[\"D0D6E6E4-CB8C-4897-B852-46AEFDA0****\", \"3bb30859-b3b5-4f28-868f-b0892c98****\"]"]
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<UninstallBackupClientResponse>
<RequestId>"8eec3b63-18af-454b-8c17-aabcf7190b70","fb711b59-d49c-4da7-a36f-9a56fb705fbe"</RequestId>
</UninstallBackupClientResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "\"8eec3b63-18af-454b-8c17-aabcf7190b70\",\"fb711b59-d49c-4da7-a36f-9a56fb705fbe\""
}
Error codes
For a list of error codes, visit the API Error Center.