调用 DescribeSnapshots 接口查询指定文件系统的快照。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
FileSystemId | String | 否 | extreme-22f**** | 指定文件系统 ID。 |
SnapshotIds | String | 否 | snap-472a716f**** | 快照 ID。 |
SnapshotName | String | 否 | FinanceJoshua | 快照名称。 |
SnapshotType | String | 否 | Manual | 快照类型,取值说明如下:
|
Status | String | 否 | all | 快照状态。取值说明如下:
|
PageSize | Integer | 否 | 10 | 分页查询时设置的每页行数。 |
PageNumber | Integer | 否 | 1 | 快照列表的页码。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TotalCount | Integer | 36 | 快照总个数。 |
PageSize | Integer | 10 | 分页查询时设置的每页行数。 |
PageNumber | Integer | 1 | 快照列表的页码。 |
Snapshots | Array of Snapshot | 详情请参见返回示例 | 快照详细信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Status | String | Progressing | 快照状态。说明如下:
|
ZoneId | String | cn-beijing-a | 可用区 ID。 |
Progress | String | 100 | 快照创建进度。 |
IsEncrypt | Boolean | false | 是否加密,当前仅支持 false ,即不加密。 |
CreateTime | String | 2022-11-16T11:18:02+08:00 | 快照创建时间。 |
SnapshotId | String | snap-472a716f**** | 快照 ID。 |
SourceSize | Integer | 100 | 文件系统容量,单位为 GiB。 |
Description | String | test | 快照描述信息。 |
FileSystemId | String | enas-cnbj1c789dca**** | 文件系统 ID。 |
SnapshotName | String | testcreate | 快照名称。 |
SnapshotType | String | Manual | 快照类型,默认为 Manual ,即手动快照。 |
RetentionDays | Integer | 2147483647 | 快照保留时间,默认为 2147483647 ,即永久保留。 |
SourceVersion | String | 1.1.10.7 | 文件系统版本。 |
FileSystemName | String | doctest | 文件系统名称。 |
POST /?Action=DescribeSnapshots&Version=2022-01-01 HTTP/1.1 Host: filenas.volcengineapi.com Authorization: HMAC-SHA256 Credential=AKLTOGJhY2E1NTdkZGFmNDg0Yjk0ZDFiNjE5Y2NjZjI****/20230907/cn-beijing/filenas/request, SignedHeaders=host;x-date;x-content-sha256;content-type, Signature=7f1119a75111535b1d6e7929700f22e1474af0fb4fe26c59f5ac5cdba0cc**** Content-Type: application/json; charset=utf-8 X-Content-Sha256: 567112abe45bd6a09504fd244237f14c0ba120491da0d35097afd54d87bd**** X-Date: 20230907T124910Z
{ "ResponseMetadata": { "RequestId": "2022111519580201022508219905543F28", "Action": "DescribeSnapshots", "Version": "2022-01-01", "Service": "FileNAS", "Region": "cn-beijing" }, "Result": { "PageNumber": 10, "PageSize": 1, "Snapshots": [ { "CreatedTime": "2022-11-15T16:35:09+08:00", "Description": "", "FileSystemId": "enas-cn01961fc437****", "FileSystemName": "doctest", "IsEncrypt": false, "Progress": "100", "RetentionDays": 2147483647, "SnapshotId": "snap-67dcbc01****", "SnapshotName": "test1", "SnapshotType": "Manual", "SourceSize": 100, "SourceVersion": "1.1.10.7", "Status": "Accomplished", "ZoneId": "cn-beijing-a" }, { "CreatedTime": "2022-11-15T16:23:03+08:00", "Description": "", "FileSystemId": "enas-cn01961fc437****", "FileSystemName": "doctest", "IsEncrypt": false, "Progress": "100", "RetentionDays": 2147483647, "SnapshotId": "snap-1a1b8ef4****", "SnapshotName": "test", "SnapshotType": "Manual", "SourceSize": 100, "SourceVersion": "1.1.10.7", "Status": "Accomplished" } ], "TotalCount": 2 } }