influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

NotificationEndpointBase interface

Signature:

interface NotificationEndpointBase 

Properties

Property Modifiers Type Description
createdAt? readonly string (Optional)
description?   string (Optional) An optional description of the notification endpoint.
id?   string (Optional)
labels?   Labels (Optional)
links? readonly { self?: Link; labels?: Link; members?: Link; owners?: Link; } (Optional)
name   string  
orgID?   string (Optional)
status?   ‘active’ | ‘inactive’ (Optional) The status of the endpoint.
type   NotificationEndpointType  
updatedAt? readonly string (Optional)
userID?   string (Optional)