influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

GetNotificationEndpointsRequest interface

Signature:

interface GetNotificationEndpointsRequest 

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 notification endpoints that belong to specific organization ID.