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

If the status of the Protection Group run is succeeded, you can recover the files and folders of the physical server.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"runs":[{"id":"413667:1675212497169029","protectionGroupInstanceId":413698,"protectionGroupId":"8743635867054034:1666901032964:413667","isReplicationRun":false,"protectionGroupName":"Windows_Protection_Job","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}