influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

GetNotificationRulesRequest interface

Signature:

interface GetNotificationRulesRequest 

Properties

Property Modifiers Type Description
checkID?   string (Optional) Only show notifications that belong to the specific check ID.
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 notification rules that belong to a specific organization ID.
tag?   string (Optional) Only return notification rules that “would match” statuses which contain the tag key value pairs provided.