Creates RestoreAPI
an instance that knows how to communicate with InfluxDB server
Overwrite storage metadata for a bucket with shard info from a backup. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostRestoreBucketID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Create a new bucket pre-seeded with shard info from a backup. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostRestoreBucketMetadata
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Overwrite the embedded KV store on the server with a backed-up snapshot. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostRestoreKV
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Restore a TSM snapshot into a shard. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostRestoreShardId
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Overwrite the embedded SQL store on the server with a backed-up snapshot. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostRestoreSQL
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Restore API