The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
ListBulkVolumeJobs
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Perform replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use the ListBulkVolumeJobs
method to get information about each bulk volume read or write operation that is occurring in the system.
Parameters
This method has no input parameters.
Return value
This method has the following return value:
Name | Description | Type |
---|---|---|
bulkVolumeJobs |
An array of information for each bulk volume job. |
bulkVolumeJob array |
Request example
Requests for this method are similar to the following example:
{ "method": "ListBulkVolumeJobs", "params": { }, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "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" } ] } }
New since version
9.6