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":"338:1678780082422982","protectionGroupInstanceId":949,"protectionGroupId":"1867183226494767:1669693131113:82780","isReplicationRun":false,"protectionGroupName":"Isilon_SMB","objects":null,"localBackupInfo":{"runType":"kRegular","isSlaViolated":false,"startTimeUsecs":1678780082422982,"endTimeUsecs":1678780131429708,"status":"Succeeded","messages":null,"successfulObjectsCount":1,"failedObjectsCount":0,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":0,"bytesWritten":3060112,"bytesRead":560634880},"indexingTaskId":"indexing_338_949","localTaskId":"8935240469768886:1678732323491:2142171"},"onLegalHold":false,"permissions":[],"hasLocalSnapshot":true,"environment":"kIsilon"}],"totalRuns":1}