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

In the response, the status value of the Protection Group run can be Accepted, Running, Succeeded, or Failed. If the status value of the Protection Group run is Succeeded, you can recover the Cassandra objects.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

"{\n    \"runs\": [\n        {\n            \"id\": \"880:1680005024062490\",\n            \"protectionGroupInstanceId\": 881,\n            \"protectionGroupId\": \"4594155844987574:1679899218812:880\",\n            \"isReplicationRun\": false,\n            \"protectionGroupName\": \"cassandra_UInew\",\n            \"objects\": null,\n            \"localBackupInfo\": {\n                \"runType\": \"kFull\",\n                \"isSlaViolated\": false,\n                \"startTimeUsecs\": 1680005024062490,\n                \"endTimeUsecs\": 1680005305103029,\n                \"status\": \"Succeeded\",\n                \"messages\": null,\n                \"successfulObjectsCount\": 4,\n                \"failedObjectsCount\": 0,\n                \"cancelledObjectsCount\": 0,\n                \"successfulAppObjectsCount\": 0,\n                \"failedAppObjectsCount\": 0,\n                \"cancelledAppObjectsCount\": 0,\n                \"localSnapshotStats\": {\n                    \"logicalSizeBytes\": 0,\n                    \"bytesWritten\": 0,\n                    \"bytesRead\": 194503\n                },\n                \"indexingTaskId\": \"indexing_880_881\",\n                \"localTaskId\": \"4594155844987574:1679899218812:1438115\"\n            },\n            \"replicationInfo\": {\n                \"replicationTargetResults\": [\n                    {\n                        \"clusterId\": {{cluster_Id}},\n                        \"clusterName\": \"{{cluster_name}}\",\n                        \"startTimeUsecs\": 1680005029069406,\n                        \"endTimeUsecs\": 1680005466128887,\n                        \"status\": \"Succeeded\",\n                        \"stats\": {},\n                        \"replicationTaskId\": \"4594155844987574:1679899218812:1438116\",\n                        \"entriesChanged\": 115,\n                        \"isInBound\": false\n                    }\n                ]\n            },\n            \"archivalInfo\": {\n                \"archivalTargetResults\": [\n                    {\n                        \"targetId\": 1276424,\n                        \"archivalTaskId\": \"4594155844987574:1679899218812:1438114\",\n                        \"targetName\": \"aws_s3_standard_target\",\n                        \"targetType\": \"Cloud\",\n                        \"usageType\": \"Archival\",\n                        \"ownershipContext\": \"Local\",\n                        \"tierSettings\": {\n                            \"cloudPlatform\": null\n                        },\n                        \"runType\": \"kFull\",\n                        \"startTimeUsecs\": 1680005307129287,\n                        \"endTimeUsecs\": 1680005335968165,\n                        \"queuedTimeUsecs\": 1680005029069406,\n                        \"isIncremental\": false,\n                        \"status\": \"Succeeded\",\n                        \"progressTaskId\": \"icebox_archive_4594155844987574_1679899218812_1438114\",\n                        \"stats\": {\n                            \"logicalSizeBytes\": 218353,\n                            \"logicalBytesTransferred\": 275222,\n                            \"physicalBytesTransferred\": 109051904,\n                            \"avgLogicalTransferRateBps\": 9829\n                        },\n                        \"isManuallyDeleted\": false,\n                        \"expiryTimeUsecs\": 1680091424062490\n                    }\n                ]\n            },\n            \"onLegalHold\": false,\n            \"permissions\": [],\n            \"hasLocalSnapshot\": true,\n            \"environment\": \"kCassandra\"\n        }\n    ],\n    \"totalRuns\": 1\n}"