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.
ListSyncJobs
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
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 ListSyncJobs
method to get information about synchronization jobs that are running on an Element storage cluster. This method returns information about slice, clone, block, and remote synchronization jobs.
Parameters
This method has no input parameters.
Return value
This method has the following return value:
Name | Description | Type |
---|---|---|
syncJobs |
List of objects describing synchronization processes that are currently running in the system. |
syncJob array |
Request example
Requests for this method are similar to the following example:
{ "method": "ListSyncJobs", "params": { }, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id":1, "result":{ "syncJobs":[ { "bytesPerSecond":275314.8834458956, "currentBytes":178257920, "dstServiceID":36, "elapsedTime":289.4568382049871, "percentComplete":8.900523560209423, "remainingTime":2962.675921065957, "sliceID":5, "srcServiceID":16, "stage":"whole", "totalBytes":2002780160, "type":"slice" }, { "bytesPerSecond":305461.3198607744, "cloneID":1, "currentBytes":81788928, "dstServiceID":16, "dstVolumeID":6, "elapsedTime":291.7847648200743, "nodeID":1, "percentComplete":8.167539267015707, "remainingTime":3280.708270981153, "sliceID":6, "srcServiceID":16, "srcVolumeID":5, "stage":"whole", "totalBytes":1001390080, "type":"clone" }, { "blocksPerSecond":0, "branchType": "snapshot", "dstServiceID":8, "dstVolumeID":2, "elapsedTime":0, "percentComplete":0, "remainingTime":0, "sliceID":2, "stage":"metadata", "type":"remote" } ] } }
New since version
9.6