Creates VariablesAPI
an instance that knows how to communicate with InfluxDB server
Delete a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/DeleteVariablesID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Delete a label from a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/DeleteVariablesIDLabelsID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
List all variables. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/GetVariables
Optional
request: GetVariablesRequestrequest parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Retrieve a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/GetVariablesID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
List all labels for a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/GetVariablesIDLabels
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Update a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PatchVariablesID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Create a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostVariables
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Add a label to a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostVariablesIDLabels
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Replace a variable. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PutVariablesID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Variables API