Get Protection Group Runs 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 success, you can recover the VMs of the VMware vCenter.

RESPONSES

status: OK

{"runs":[{"id":"123:1678164918849503","protectionGroupInstanceId":1127,"protectionGroupId":"8046495520451254:1678033142627:123","isReplicationRun":false,"protectionGroupName":"VMware_backup","objects":null,"localBackupInfo":{"runType":"kRegular","isSlaViolated":false,"startTimeUsecs":1678164918849503,"endTimeUsecs":1678164954852185,"status":"Succeeded","messages":null,"successfulObjectsCount":1,"failedObjectsCount":0,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":10737418240,"bytesWritten":295970,"bytesRead":3211264},"indexingTaskId":"indexing_123_1127","localTaskId":"8046495520451254:1678033142627:1691811","dataLockConstraints":{"mode":"Compliance","expiryTimeUsecs":1678769718849503}},"onLegalHold":false,"permissions":[],"hasLocalSnapshot":true,"environment":"kVMware"},{"id":"123:1678083782619363","protectionGroupInstanceId":124,"protectionGroupId":"8046495520451254:1678033142627:123","isReplicationRun":false,"protectionGroupName":"VMware_backup","objects":null,"localBackupInfo":{"runType":"kRegular","isSlaViolated":false,"startTimeUsecs":1678083782619363,"endTimeUsecs":1678083910632483,"status":"Succeeded","messages":null,"successfulObjectsCount":1,"failedObjectsCount":0,"cancelledObjectsCount":0,"successfulAppObjectsCount":0,"failedAppObjectsCount":0,"cancelledAppObjectsCount":0,"localSnapshotStats":{"logicalSizeBytes":10737418240,"bytesWritten":1364321549,"bytesRead":4594860032},"indexingTaskId":"indexing_123_124","localTaskId":"8046495520451254:1678033142627:27009","dataLockConstraints":{"mode":"Compliance","expiryTimeUsecs":1772691782619363}},"onLegalHold":false,"permissions":[],"hasLocalSnapshot":true,"environment":"kVMware"}],"totalRuns":2}