Get Protection Group Run Status
GET https://{{cluster_vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}/runs
Returns the status of the Protection Group run.
You can fetch the ProtectionGroupId to be specified in the API URL from the Create Protection Group API response.
If the status of the Protection Group run is Succeeded, you can recover the volumes of the Isilon source.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"runs":[{"id":"82070:1678779061510384","protectionGroupInstanceId":82278,"protectionGroupId":"1867183226494767:1669693131113:82070","isReplicationRun":false,"protectionGroupName":"Isilon_API","objects":null,"localBackupInfo":{"runType":"kRegular","isSlaViolated":true,"startTimeUsecs":1678779061510384,"endTimeUsecs":1678780919068654,"status":"Failed","messages":["Invalid request 'snapshot path '/ifs/akshay_test/Foo' does not exist'"],"successfulObjectsCount":1,"failedObjectsCount":1,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":0,"bytesWritten":0,"bytesRead":0},"indexingTaskId":"indexing_82070_82278","localTaskId":"1867183226494767:1669693131113:3050580535"},"onLegalHold":false,"permissions":[],"hasLocalSnapshot":true,"environment":"kIsilon"},{"id":"82070:1678774327730267","protectionGroupInstanceId":82071,"protectionGroupId":"1867183226494767:1669693131113:82070","isReplicationRun":false,"protectionGroupName":"Isilon_API","objects":null,"localBackupInfo":{"runType":"kRegular","isSlaViolated":true,"startTimeUsecs":1678774327730267,"endTimeUsecs":1678776717078839,"status":"Failed","messages":["Invalid request 'snapshot path '/ifs/akshay_test/Foo' does not exist'"],"successfulObjectsCount":1,"failedObjectsCount":1,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":0,"bytesWritten":7942519,"bytesRead":7940335},"indexingTaskId":"indexing_82070_82071","localTaskId":"1867183226494767:1669693131113:3050508592"},"onLegalHold":false,"permissions":[],"hasLocalSnapshot":true,"environment":"kIsilon"}],"totalRuns":2}