此產品有較新版本可以使用。
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
ListBulkVolume工作
您可以使用此 `ListBulkVolumeJobs`方法取得系統中每個大量 Volume 讀取或寫入作業的相關資訊。
參數
此方法沒有輸入參數。
傳回值
此方法具有下列傳回值:
| 名稱 | 說明 | 類型 |
|---|---|---|
已完成的所有工作 |
每個大量Volume工作的資訊陣列。 |
申請範例
此方法的要求類似於下列範例:
{
"method": "ListBulkVolumeJobs",
"params": {
},
"id" : 1
}
回應範例
此方法會傳回類似下列範例的回應:
{
"id": 1,
"result": {
"bulkVolumeJobs": [
{
"attributes": {
"blocksPerTransfer": 1024,
"firstPendingLba": 216064,
"nLbas": 2441472,
"nextLba": 226304,
"pendingLbas": "[220160, 223232, 221184, 224256, 217088, 225280, 222208, 218112, 219136, 216064]",
"percentComplete": 8,
"startLba": 0
},
"bulkVolumeID": 2,
"createTime": "2015-05-07T14:52:17Z",
"elapsedTime": 44,
"format": "native",
"key": "eaffb0526d4fb47107061f09bfc9a806",
"percentComplete": 8,
"remainingTime": 506,
"script": "bv_internal.py",
"snapshotID": 509,
"srcVolumeID": 3,
"status": "running",
"type": "read"
}
]
}
}
新的自版本
9.6