Get Protection Group Run Status

GET https://{{cluster-vip}}/v2/data-protect/protection-groups/{{protectionGroupId}}/runs

Returns the status of the Protection Group run.

StartFragment

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.

EndFragment

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"runs":[{"id":"412249:1675193584348281","protectionGroupInstanceId":412252,"protectionGroupId":"8743635867054034:1666901032964:412249","isReplicationRun":false,"protectionGroupName":"Linux_NAS_Protection","objects":null,"localBackupInfo":{"runType":"kRegular","isSlaViolated":false,"startTimeUsecs":1675193584348281,"endTimeUsecs":1675193594350240,"status":"Succeeded","messages":null,"successfulObjectsCount":1,"failedObjectsCount":0,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":0,"bytesWritten":0,"bytesRead":6},"indexingTaskId":"indexing_412249_412252","localTaskId":"8743635867054034:1666901032964:51865412631"},"onLegalHold":false,"permissions":[],"hasLocalSnapshot":true,"environment":"kGenericNas"}],"totalRuns":1}