pitRestoreMysqlInstance
Point-in-time recovery of the specified MySQL instance to host Supported in v9.4+ Initiates a job to export the data and log snapshot to the given host. The GET /mysqldb/instance/request/{id} endpoint can be used to monitor the progress of the job.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | PitRestoreMysqldbInstanceInput! | Input for V1PitRestoreMysqldbInstance. |
Returns
PitRestoreMysqldbInstanceResponse!