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
Example response
{
"earliestDate": "2023-12-31T23:59:59Z",
"latestDate": "2023-12-31T23:59:59Z"
}