Backtrack DB Cluster
GET {{aws_rds_base_url}}/?BacktrackTo=2019-10-01&DBClusterIdentifier&Force=true&UseEarliestTimeOnPointInTimeUnavailable&Action=BacktrackDBCluster&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
BacktrackTo | string | The timestamp of the time to backtrack the DB cluster to, specified in ISO 8601 format. For more information about ISO 8601, see the ISO8601 Wikipedia page. | |
DBClusterIdentifier | null | The DB cluster identifier of the DB cluster to be backtracked. This parameter is stored as a lowercase string. | |
Force | boolean | A value that indicates whether to force the DB cluster to backtrack when binary logging is enabled. Otherwise, an error occurs when binary logging is enabled. | |
UseEarliestTimeOnPointInTimeUnavailable | null | A value that indicates whether to backtrack the DB cluster to the earliest possible backtrack time when BacktrackTo is set to a timestamp earlier than the earliest backtrack time. When this parameter is disabled and BacktrackTo is set to a timestamp earlier than the earliest backtrack time, an error occurs. | |
Action | string | ||
Version | string |