influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > OnboardingRequest

OnboardingRequest interface

Signature:

interface OnboardingRequest 

Properties

Property Modifiers Type Description
bucket   string  
org   string  
password?   string (Optional)
retentionPeriodHrs?   number (Optional) Retention period *in nanoseconds* for the new bucket. This key’s name has been misleading since OSS 2.0 GA, please transition to use retentionPeriodSeconds
retentionPeriodSeconds?   number (Optional)
token?   string (Optional) Authentication token to set on the initial user. If not specified, the server will generate a token.
username   string