Skip to main content
Element Software
12.5 and 12.7
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

listDeletedVolumes

貢獻者

您可以使用「ListDeletedVolumes」方法擷取已標記為刪除並從系統中清除的磁碟區清單。

參數

此方法具有下列輸入參數:

名稱 說明 類型 預設值 必要

包括虛擬磁碟區

根據預設、回應中會包含虛擬磁碟區。若要排除虛擬磁碟區、請設定為假。

布林值

是的

傳回值

此方法具有下列傳回值:

名稱 說明 類型

磁碟區

已刪除磁碟區清單。

Volume 陣列

申請範例

此方法的要求類似於下列範例:

{
   "method": "ListDeletedVolumes",
   "params": {},
   "id" : 1
}

回應範例

此方法的回應類似於下列範例:

{
    "id": 1,
    "result": {
        "volumes": [
            {
                "access": "readWrite",
                "accountID": 2,
                "attributes": {},
                "blockSize": 4096,
                "createTime": "2018-06-24T03:13:13Z",
                "deleteTime": "2018-07-22T16:12:39Z",
                "enable512e": true,
                "iqn": "iqn.2010-01.com.solidfire:0oto.deletethis.23",
                "name": "deleteThis",
                "purgeTime": "2016-07-23T00:12:39Z",
                "qos": {
                    "burstIOPS": 15000,
                    "burstTime": 60,
                    "curve": {
                        "4096": 100,
                        "8192": 160,
                        "16384": 270,
                        "32768": 500,
                        "65536": 1000,
                        "131072": 1950,
                        "262144": 3900,
                        "524288": 7600,
                        "1048576": 15000
                    },
                    "maxIOPS": 15000,
                    "minIOPS": 50
                },
                "scsiEUIDeviceID": "306f746f00000017f47acc0100000000",
                "scsiNAADeviceID": "6f47acc100000000306f746f00000017",
                "sliceCount": 1,
                "status": "deleted",
                "totalSize": 1396703232,
                "virtualVolumeID": null,
                "volumeAccessGroups": [],
                "volumeID": 23,
                "volumePairs": []
            }
        ]
    }
}

新的自版本

9.6