v1
latestOpenAPI 3.0.22026-07-175961673.3 KBDatabase 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
Example response
{
"earliestDate": "2023-12-31T23:59:59Z",
"latestDate": "2023-12-31T23:59:59Z"
}