All Products
Search
Document Center

File Storage NAS:DescribeAutoSnapshotTasks

Last Updated:Nov 07, 2024

Queries automatic snapshot tasks.

Operation description

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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

Request parameters

ParameterTypeRequiredDescriptionExample
FileSystemIdsstringNo

The ID of the file system.

You can specify a maximum of 100 file system IDs. If you want to query the snapshots of multiple file systems, you must separate the file system IDs with commas (,).

extreme-233e6****,extreme -23vbp****,extreme -23vas****
AutoSnapshotPolicyIdsstringNo

The IDs of automatic snapshot policies.

You can specify a maximum of 100 policy IDs. If you want to query the tasks of multiple automatic snapshot policies, you must separate the policy IDs with commas (,).

sp-extreme-233e6****,sp-extreme-233e6****, sp-extreme-233e6****
FileSystemTypestringYes

The type of the file system.

Valid value: extreme, which indicates Extreme NAS file systems.

extreme
PageSizeintegerNo

The page number.

Pages start from page 1. Default value: 1.

1
PageNumberintegerNo

The number of entries per page.

Valid values: 1 to 100.

Default value: 10.

10

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of automatic snapshot tasks.

9
RequestIdstring

The request ID.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
AutoSnapshotTasksarray<object>

The queried automatic snapshot tasks.

AutoSnapshotTaskobject
SourceFileSystemIdstring

The ID of the file system.

extreme-233e6****
AutoSnapshotPolicyIdstring

The ID of the automatic snapshot policy.

sp-extreme-233e6****

Examples

Sample success responses

JSONformat

{
  "TotalCount": 9,
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
  "PageSize": 10,
  "PageNumber": 1,
  "AutoSnapshotTasks": {
    "AutoSnapshotTask": [
      {
        "SourceFileSystemId": "extreme-233e6****",
        "AutoSnapshotPolicyId": "sp-extreme-233e6****"
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-09-05API Description Update. The API operation is not deprecated.View Change Details