Creates NotificationEndpointsAPI
an instance that knows how to communicate with InfluxDB server
Add a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/CreateNotificationEndpoint
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Delete a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/DeleteNotificationEndpointsID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Delete a label from a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/DeleteNotificationEndpointsIDLabelsID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
List all notification endpoints. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/GetNotificationEndpoints
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Retrieve a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/GetNotificationEndpointsID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
List all labels for a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/GetNotificationEndpointsIDLabels
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Update a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PatchNotificationEndpointsID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Add a label to a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PostNotificationEndpointIDLabels
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
Update a notification endpoint. See https://docs.influxdata.com/influxdb/v2.4/api/#operation/PutNotificationEndpointsID
request parameters and body (if supported)
Optional
requestOptions: RequestOptionsoptional transport options
promise of response
NotificationEndpoints API