v1

latestOpenAPI 3.0.22026-07-175961673.3 KB
Database Cluster

Get the Point-in-Time recovery info

This API gets the Point-in-Time recovery info for the database cluster specified by the name and namespace.

get/namespaces/{namespace}/database-clusters/{name}/pitr

Path parameters

namespacestring required

Name of the namespace

namestring required

Name of the database cluster. Can be found under Metadata["name"] of the DatabaseCluster object.

Response

Successful operation

earliestDatestring date-time
latestDatestring date-time
latestBackupNamestring
gapsboolean

indicates if there are pitr logs gaps detected after this backup was taken

Example response

{
  "earliestDate": "2023-12-31T23:59:59Z",
  "latestDate": "2023-12-31T23:59:59Z"
}