Queries the servers on which the anti-ransomware agent is installed in a specified region.
Operation description
You can call the DescribeBackupClients operation to query the servers on which the anti-ransomware agent is installed in a specified region.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SupportRegionId | string | Yes | The region in which the anti-ransomware feature is supported. Note
You can call the DescribeSupportRegion operation to query the regions in which the anti-ransomware feature is supported.
| cn-hangzhou |
Response parameters
Examples
Sample success responses
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 |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history