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 Block-based Protection Group API response.

If the status of the Protection Group run is success, you can recover the physical server volume.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"runs":[{"id":"413667:1675212497169029","protectionGroupInstanceId":413698,"protectionGroupId":"8743635867054034:1666901032964:413667","isReplicationRun":false,"protectionGroupName":"Windows_bb","objects":null,"localBackupInfo":{"runType":"kRegular","startTimeUsecs":1675212497169029,"status":"Running","messages":null,"successfulObjectsCount":0,"failedObjectsCount":0,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":64301826048},"indexingTaskId":"indexing_413667_413698","progressTaskId":"backup_413698_1","localTaskId":"8743635867054034:1666901032964:51947317028"},"permissions":[],"hasLocalSnapshot":true,"environment":"kPhysical"}],"totalRuns":1}