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
Example response
{
"earliestDate": "2023-12-31T23:59:59Z",
"latestDate": "2023-12-31T23:59:59Z"
}Changes
Changed in 2 of the 50 revisions of this API.4
- ○
api tag
Database Clusteraddedapi-tag-added
- ○
api tag
databaseClusterremovedapi-tag-removed
- ○
- ○
api tag
databaseClusteraddedapi-tag-added
- ○
api tag
Database Clusterremovedapi-tag-removed
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○