Get Recovery Status
GET https://{{cluster_vip}}/v2/data-protect/recoveries/{{restoreId}}
Returns the status of the recovery task.
You can fetch the restore ID (restoreId
) to be specified in the API URL from the Recover Cassandra Objects API response.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"id":"4594155844987574:1679899218812:938","name":"{{Recover_task_name}}","startTimeUsecs":1680007847448843,"endTimeUsecs":1680008125490244,"status":"Succeeded","progressTaskId":"recover_938","snapshotEnvironment":"kCassandra","recoveryAction":"RecoverObjects","permissions":[],"creationInfo":{"userName":"{{username}}"},"canTearDown":false,"messages":null,"retrieveArchiveTasks":null,"isMultiStageRestore":false,"cassandraParams":{"recoveryAction":"RecoverObjects","recoverCassandraParams":{"recoverTo":11667,"overwrite":false,"warnings":null,"snapshots":[{"snapshotId":"{{snapshotId}}","protectionGroupId":"4594155844987574:1679899218812:880","protectionGroupName":"{{ProtectionGroupName}}","snapshotCreationTimeUsecs":1680005024062490,"snapshotTargetType":"Local","storageDomainId":33,"progressTaskId":"recover_938","status":"Succeeded","startTimeUsecs":1680007848000000,"endTimeUsecs":1680008126000000,"messages":null,"objectInfo":{"id":11746,"name":"{{Cassandra_name}}","sourceId":11746,"sourceName":"{{Cassandra_sourcename}}","environment":"kCassandra","objectType":"kCluster","uuid":"{{uuid}}"},"objects":[{"objectName":"ATUsers_Roles_Permissions_P11.taba1","objectProperties":null}]}],"selectedDataCenters":null,"stagingDirectoryList":null,"RestartServices":false}}}