influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

GetScriptsRequest interface

Signature:

interface GetScriptsRequest 

Properties

Property Modifiers Type Description
labelContains?   string (Optional) A part of the label name. Returns scripts that have a label that contains the specified phrase.
labelNames?   any (Optional) A list of label names. Only returns scripts that have all the specified labels. To retrieve a script, each name you pass in labelNames must exactly match the label for a script.
limit?   number (Optional) The maximum number of scripts to return. Default is 100.
name?   string (Optional) The name of the script.
offset?   number (Optional) The offset for pagination. Specifies the number of records to skip in the result.