Mengkueri daftar tugas snapshot otomatis.
Deskripsi operasi
Fitur ini sedang dalam pratinjau publik gratis. Selama pratinjau publik, Service Level Agreement (SLA) Apsara File Storage NAS tidak dijamin.
Hanya sistem file Extreme NAS edisi Advanced yang mendukung fitur ini.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:DescribeAutoSnapshotTasks |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemIds |
string |
No |
ID sistem file target. Anda dapat menentukan hingga 100 ID sistem file dalam satu panggilan. Untuk mengkueri snapshot dari beberapa sistem file, pisahkan beberapa ID sistem file dengan koma (,). |
extreme-233e6****,extreme -23vbp****,extreme -23vas**** |
| AutoSnapshotPolicyIds |
string |
No |
ID kebijakan snapshot otomatis. Anda dapat menentukan hingga 100 ID kebijakan snapshot otomatis. Untuk mengkueri tugas dari beberapa kebijakan snapshot otomatis, pisahkan beberapa ID kebijakan snapshot otomatis dengan koma (,). |
sp-extreme-233e6****,sp-extreme-233e6****, sp-extreme-233e6**** |
| FileSystemType |
string |
Yes |
Jenis sistem file. Nilai yang valid: extreme (sistem file Extreme NAS) |
extreme |
| PageSize |
integer |
No |
Nomor halaman daftar tugas snapshot otomatis. Nilai awal (nilai default): 1 |
1 |
| PageNumber |
integer |
No |
Jumlah tugas snapshot per halaman. Rentang nilai: 1 hingga 100 Nilai default: 10 |
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
Jumlah total tugas snapshot otomatis. |
9 |
| RequestId |
string |
ID permintaan. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** |
| PageSize |
integer |
Jumlah baris per halaman yang ditetapkan untuk kueri berpaginasi. |
10 |
| PageNumber |
integer |
Nomor halaman daftar tugas snapshot otomatis. |
1 |
| AutoSnapshotTasks |
object |
||
| AutoSnapshotTask |
array<object> |
Kumpulan informasi tugas snapshot otomatis. |
|
|
object |
|||
| SourceFileSystemId |
string |
The ID of the file system. |
extreme-233e6**** |
| AutoSnapshotPolicyId |
string |
The ID of the automatic snapshot policy. |
sp-extreme-233e6**** |
Contoh
Respons sukses
JSONformat
{
"TotalCount": 9,
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"PageSize": 10,
"PageNumber": 1,
"AutoSnapshotTasks": {
"AutoSnapshotTask": [
{
"SourceFileSystemId": "extreme-233e6****",
"AutoSnapshotPolicyId": "sp-extreme-233e6****"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.