此產品有較新版本可以使用。
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
清單群組快照
您可以使用 `ListGroupSnapshots`方法傳回已建立之所有群組快照的相關資訊。
參數
此方法具有下列輸入參數:
| 名稱 | 說明 | 類型 | 預設值 | 必要 |
|---|---|---|---|---|
群組SnapshotID |
擷取個別群組快照ID的資訊。 |
整數 |
無 |
否 |
磁碟區 |
要查詢的唯一Volume ID陣列。如果未指定此參數、則會包含叢集上的所有群組快照。 |
Volume ID陣列 |
無 |
否 |
傳回值
此方法具有下列傳回值:
| 名稱 | 說明 | 類型 |
|---|---|---|
群組快照 |
包含每個群組快照資訊的物件清單。 |
申請範例
此方法的要求類似於下列範例:
{
"method": "ListGroupSnapshots",
"params": {
"volumes": [
31,
49
]
},
"id": 1
}
回應範例
此方法會傳回類似下列範例的回應:
{
"groupSnapshots": [
{
"status": "Done",
"remoteStatuses": [
{
"volumePairUUID": "abcdef-1234-5678-90ab-cdef0123",
"remoteStatus": "Present"
}
],
"attributes": {},
"groupSnapshotID": 1,
"createTime": "2014-06-17T17:35:05Z",
"members": [
{
"snapshotUUID": "abcdef-1234-5678-90ab-cdef0123",
"expirationReason": "None",
"virtualVolumeID": "abcdef-1234-5678-90ab-cdef0123",
"groupID": 1,
"createTime": "2014-06-17T17:35:05Z",
"totalSize": 1,
"snapMirrorLabel": "test1",
"volumeName": "test1",
"instanceCreateTime": "2014-06-17T17:35:05Z",
"volumeID": 1,
"checksum": "0x0",
"attributes": {},
"instanceSnapshotUUID": "abcdef-1234-5678-90ab-cdef0123",
"snapshotID": 1,
"status": "Done",
"groupSnapshotUUID": "abcdef-1234-5678-90ab-cdef0123",
"expirationTime": "2014-06-17T17:35:05Z",
"enableRemoteReplication": true,
"name": "test1",
"remoteStatuses": [
{
"volumePairUUID": "abcdef-1234-5678-90ab-cdef0123",
"remoteStatus": "Present"
}
]
}
],
"enableRemoteReplication": true,
"name": "test1",
"groupSnapshotUUID": "abcdef-1234-5678-90ab-cdef0123"
}
]
}
新的自版本
9.6