INFLUX.SHOW
This is a premium feature.
Performs a SHOW query on your Influx database. You can use the Function Wizard for this function.
Syntax
=INFLUX.SHOW(Producer, Type, Target, [, Measurement, Timeout])
Arguments
Name | Description |
---|---|
Producer | Producer to use for querying. The database name is configured in the affiliated Connector. |
Type | Defines what to show. Must be one of following constants "Continuous Queries", "Measurements", "Series", "Retention Policies". |
Target | INBOX(), OUTBOX("MsgID") or a cell range where the result will be placed. Make sure the cell range is big enough or not everything is displayed. |
Measurement | Optional. Only applies to type "Series". A fully qualified name of the measurement to show its series of. |
Timeout | Optional. Defines Timeout to perform query. |
Return Value
TRUE, if no error.
Examples
Function | Result | Comment |
---|---|---|
=INFLUX.SHOW(|Producers, "Retention Policies", D1:D10) | TRUE | Shows all existing retention policies. |
info
Designed for Influx version 1.x.