All Products
Search
Document Center

Security Center:DescribeBackupClients

Last Updated:Feb 20, 2024

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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeBackupClientsRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SupportRegionIdstringYes

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

ParameterTypeDescriptionExample
object

The data returned.

RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

E3ED094C-9EB7-4239-962B-D0FB3D5F23C7
Clientsobject []

An array that consists of the information about the anti-ransomware agent.

Uuidstring

The UUID of the Elastic Compute Service (ECS) instance on which the anti-ransomware agent is installed.

22f6550d-f294-449b-b6e6-90638fd1****
InstanceIdstring

The ID of the ECS instance on which the anti-ransomware agent is installed.

i-bp15hyph4aci99dv****
ClientStatusstring

The status of the anti-ransomware agent.

Valid values:

  • INSTALLING: The agent is being installed.
  • ONLINE: The agent is online.
  • UNINSTALLING: The agent is being uninstalled.
  • NOT_INSTALLED: The agent is not installed.
  • ACTIVATED: The agent is enabled.
  • CLIENT_CONNECTION_ERROR: A connection error occurs on the agent.
ONLINE
ClientIdstring

The ID of the anti-ransomware agent.

c-000az2f537r73dyh****
ClientVersionstring

The version of the anti-ransomware agent.

2.0.0

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history