Get Protection Group Run Status
GET https://{{cluster_1-ip}}/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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"runs":[{"id":"412248:1675193566341137","protectionGroupInstanceId":412250,"protectionGroupId":"8743635867054034:1666901032964:412248","isReplicationRun":false,"protectionGroupName":"Linux_Protection_Job","objects":null,"localBackupInfo":{"runType":"kRegular","startTimeUsecs":1675193566341137,"status":"Running","messages":null,"successfulObjectsCount":0,"failedObjectsCount":0,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":62934939648},"indexingTaskId":"indexing_412248_412250","progressTaskId":"backup_412250_1","localTaskId":"8743635867054034:1666901032964:51865318884"},"permissions":[],"hasLocalSnapshot":true,"environment":"kPhysical"}],"totalRuns":1}