Recover Cassandra Objects
POST https://{{cluster_vip}}/v2/data-protect/recoveries
Recover the objects specified in the request body.
Ensure to provide the following parameters in the request body:
- The snapshot ID (
snapshotId
) from which you want to recover the specified object. - The name of the objects (
objectName
) you want to recover. - The ID of the target to which the object will be recovered.
The restore ID from the response is required to check the status of the recovery task.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |