您可以使用 ListDeletedVolumes 方法检索已标记为待删除且已从系统中清除的卷的列表。
此方法具有以下输入参数:
名称 | 说明 | 类型 | 默认值 | 必需 |
---|---|---|---|---|
includeVirtualVolumes | 默认情况下,响应中包含虚拟卷。要排除虚拟卷,请设置为 false。 | 布尔型 | true | 否 |
此方法的请求类似于以下示例:
{ "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