influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

GetChecksRequest interface

Signature:

interface GetChecksRequest 

Properties

Property Modifiers Type Description
limit?   number (Optional) Limits the number of records returned. Default is 20.
offset?   number (Optional) The offset for pagination. The number of records to skip.
orgID   string Only show checks that belong to a specific organization ID.