databaseCluster

Get the Point-in-Time related data for the specified database cluster

Get the Point-in-Time related data for the specified database cluster

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"
}

Changes