Queries servers that have the anti-ransomware client installed in a specified region.
Operation description
Queries servers that have the anti-ransomware client installed in a specified region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeBackupClients |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SupportRegionId |
string |
Yes |
The region supported by the anti-ransomware feature. You can call DescribeSupportRegion to query the regions supported by the anti-ransomware feature. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data of servers that have the anti-ransomware client installed. |
||
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each API request. You can use the request ID to troubleshoot issues. |
E3ED094C-9EB7-4239-962B-D0FB3D5F23C7 |
| Clients |
array<object> |
The anti-ransomware client information. |
|
|
object |
The information about the server that has the anti-ransomware client installed. |
||
| Uuid |
string |
The UUID of the ECS instance that has the anti-ransomware client installed. |
22f6550d-f294-449b-b6e6-90638fd1**** |
| InstanceId |
string |
The instance ID of the ECS instance that has the anti-ransomware client installed. |
i-bp15hyph4aci99dv**** |
| ClientStatus |
string |
The status of the anti-ransomware client. Valid values:
|
ONLINE |
| ClientId |
string |
The anti-ransomware client ID. |
c-000az2f537r73dyh**** |
| ClientVersion |
string |
The version number of the anti-ransomware client. |
2.0.0 |
Examples
Success response
JSON format
{
"RequestId": "E3ED094C-9EB7-4239-962B-D0FB3D5F23C7",
"Clients": [
{
"Uuid": "22f6550d-f294-449b-b6e6-90638fd1****",
"InstanceId": "i-bp15hyph4aci99dv****",
"ClientStatus": "ONLINE",
"ClientId": "c-000az2f537r73dyh****",
"ClientVersion": "2.0.0"
}
]
}
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.