feat: Add new replication field to better show queue sync progress (#480)
* chore: update openapi * feat: update replication field names to match influx changes * feat: add new field to show replication queue sync progress * chore: update to master openapi
This commit is contained in:
@ -16,9 +16,10 @@ import (
|
||||
|
||||
// DBRPUpdate struct for DBRPUpdate
|
||||
type DBRPUpdate struct {
|
||||
// InfluxDB v1 retention policy
|
||||
// A [retention policy](https://docs.influxdata.com/influxdb/v1.8/concepts/glossary/#retention-policy-rp) name. Identifies the InfluxDB v1 retention policy mapping.
|
||||
RetentionPolicy *string `json:"retention_policy,omitempty" yaml:"retention_policy,omitempty"`
|
||||
Default *bool `json:"default,omitempty" yaml:"default,omitempty"`
|
||||
// Set to `true` to use this DBRP mapping as the default retention policy for the database (specified by the `database` property's value). To remove the default mapping, set to `false`.
|
||||
Default *bool `json:"default,omitempty" yaml:"default,omitempty"`
|
||||
}
|
||||
|
||||
// NewDBRPUpdate instantiates a new DBRPUpdate object
|
||||
|
Reference in New Issue
Block a user