All Products
Search
Document Center

Security Center:DescribeSnapshots

Last Updated:Feb 20, 2024

Queries the backup snapshots that are created for anti-ransomware.

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:DescribeSnapshotsRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
UuidstringNo

The UUID of the server.

Note You can call the DescribeBackupPolicy operation to query the UUIDs of servers.
061d8042-59ff-416e-bc33-294a1cf5****
MachineRegionstringNo

The region in which the server resides.

us-east-1
MachineRemarkstringNo

The name or IP address of the server.

192.168.XX.XX
StatusListstringNo

The status of backup snapshots from which data can be restored. Valid values:

  • COMPLETE: complete
  • PARTIAL_COMPLETE: partial complete
["COMPLETE"]
PageSizeintegerYes

The number of entries to return on each page.

20
CurrentPageintegerNo

The number of the page to return. Default value: 1.

1
NextTokenstringNo

The starting position of the query. If this parameter is left empty, the query starts from the beginning.

Note If you call the operation for the first time, you do not need to specify the parameter. The response to the first call contains the token that can be used for the second call. Each subsequent response contains the token that can be used for the next call.
CAESGgoSChAKDGNvbXBsZXRlVGltZRABCgQiAggAGAAiQAoJAB4SwmEAAAAACjMDLgAAADFTNzMyZDMwMzAzMDM0NzY3YTZjNjI3NjZmNmU3MjcxNjk3NDY5MzY3MjY4****
ApiVersionstringYes

The version of the anti-ransomware policy. Valid values:

  • 1.0.0
  • 2.0.0
2.0.0
IsAliYunEcsstringNo

Specifies whether the server is an Elastic Compute Service (ECS) instance. Valid values:

  • true: yes
  • false: no
true

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

RequestIdstring

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

A4EB8B1C-1DEC-5E18-BCD0-D1BBB393****
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
NextTokenstring

The token that is used to initiate the next call.

CAESGgoSChAKDGNvbXBsZXRlVGltZRABCgQiAggAGAAiQAoJAGYXFWIAAAAACjMDLgAAADFTNzMyZDMwMzAzMDM1Mzc3Njc4MzA2ODY5NmI2YTY1Nzg2NTcxNjE2NDc4****
PageSizeinteger

The number of entries returned per page.

20
TotalCountinteger

The total number of entries returned.

149
Countinteger

The number of entries returned on the current page.

20
Snapshotsobject []

An array that consists of the backup snapshots.

Statusstring

The status of backup tasks. Valid values:

  • COMPLETE: complete
  • PARTIAL_COMPLETE: partial complete
  • FAILED: failed
COMPLETE
SnapshotHashstring

The hash value of the backup snapshot.

9ee47cf12351e4ddecce8c12f4957d3946cd96fbe24cd4ab264c7200839d****
ActualItemslong

The actual number of backup objects.

Note This parameter is available only for file backup.
123
VaultIdstring

The ID of the backup vault that stores the backup snapshot.

v-000ccok3zmw7fbzz****
ActualByteslong

The actual data amount of backup snapshots after duplicates are removed. Unit: bytes.

686188****
SourceTypestring

The type of the data source. Valid values:

  • ECS_FILE: ECS files
  • OSS: Object Storage Service (OSS) buckets
  • NAS: Apsara File Storage NAS file systems
  • OTS_TABLE: Tablestore instances
ECS_FILE
ClientIdstring

This parameter is returned only if the value of the SourceType parameter is ECS_FILE. This parameter indicates the ID of the Hybrid Backup Recovery (HBR) agent.

c-000dbefaw9f7gnbw****
ItemsDonelong

The number of backup objects.

Note This parameter is available only for file backup.
6
BytesTotallong

The total data amount of the data source. Unit: bytes.

3484541815****
Retentionlong

The retention period of the backup snapshot.

7
CreatedTimelong

The time when the backup snapshot was created. The value is a UNIX timestamp. Unit: seconds.

1646793988
ParentSnapshotHashstring

The hash value of the parent backup snapshot.

a0181606689c9562f092b3190bddb8a62bb5a24784424ba2102bc7fe92ae****
InstanceIdstring

The ID of the ECS instance.

i-2ze78zfakirgh1yl****
PlanIdstring

The ID of the backup plan.

plan-000ee8gh2ljelsnb****
RegionIdstring

The ID of the region in which backup snapshot is stored.

us-east-1
Uuidstring

The UUID of the server.

d332af48-1269-4a55-a6db-8543a80f****
ErrorFilestring

The file that records the information about backup failures, including the information about partially completed backup tasks.

s-0008ndhgrflh55i5****.csv
SnapshotIdstring

The ID of the backup snapshot.

s-0003ahfuqpjdztsg****
JobIdstring

The ID of the backup task.

job-000a2q5vg6awgo01****
Pathstring

This parameter is returned only if the value of the SourceType parameter is ECS_FILE. This parameter indicates the path to the backup files.

["/home"]
ItemsTotallong

The total number of objects in the data source.

Note This parameter is available only for file backup.
7
BytesDonelong

The actual amount of data that is generated by incremental backup. Unit: bytes.

800
Pathsarray

This parameter is returned only if the value of the SourceType parameter is NAS. This parameter indicates the path to the backup files.

string

The path information about the backup snapshot.

/home
ClientVersionstring

The version of the anti-ransomware agent.

2.10.0

Examples

Sample success responses

JSONformat

{
  "RequestId": "A4EB8B1C-1DEC-5E18-BCD0-D1BBB393****",
  "PageInfo": {
    "CurrentPage": 1,
    "NextToken": "CAESGgoSChAKDGNvbXBsZXRlVGltZRABCgQiAggAGAAiQAoJAGYXFWIAAAAACjMDLgAAADFTNzMyZDMwMzAzMDM1Mzc3Njc4MzA2ODY5NmI2YTY1Nzg2NTcxNjE2NDc4****",
    "PageSize": 20,
    "TotalCount": 149,
    "Count": 20
  },
  "Snapshots": [
    {
      "Status": "COMPLETE",
      "SnapshotHash": "9ee47cf12351e4ddecce8c12f4957d3946cd96fbe24cd4ab264c7200839d****",
      "ActualItems": 123,
      "VaultId": "v-000ccok3zmw7fbzz****",
      "ActualBytes": 0,
      "SourceType": "ECS_FILE",
      "ClientId": "c-000dbefaw9f7gnbw****",
      "ItemsDone": 6,
      "BytesTotal": 0,
      "Retention": 7,
      "CreatedTime": 1646793988,
      "ParentSnapshotHash": "a0181606689c9562f092b3190bddb8a62bb5a24784424ba2102bc7fe92ae****",
      "InstanceId": "i-2ze78zfakirgh1yl****",
      "PlanId": "plan-000ee8gh2ljelsnb****",
      "RegionId": "us-east-1",
      "Uuid": "d332af48-1269-4a55-a6db-8543a80f****",
      "ErrorFile": "s-0008ndhgrflh55i5****.csv",
      "SnapshotId": "s-0003ahfuqpjdztsg****",
      "JobId": "job-000a2q5vg6awgo01****",
      "Path": "[\"/home\"]\n",
      "ItemsTotal": 7,
      "BytesDone": 800,
      "Paths": [
        "/home"
      ],
      "ClientVersion": "2.10.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