| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
NotificationEndpoint |
NotificationEndpointsApi.createEndpoint(NotificationEndpoint notificationEndpoint)
Add new notification endpoint.
|
NotificationEndpoint |
NotificationEndpointsApi.findNotificationEndpointByID(String endpointID)
Get a notification endpoint.
|
NotificationEndpoint |
NotificationEndpointsApi.updateEndpoint(NotificationEndpoint notificationEndpoint)
Update a notification endpoint.
|
NotificationEndpoint |
NotificationEndpointsApi.updateEndpoint(String endpointID,
NotificationEndpointUpdate notificationEndpointUpdate)
Update a notification endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationEndpoint> |
NotificationEndpointsApi.findNotificationEndpoints(String orgID)
Get notification endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
LabelResponse |
NotificationEndpointsApi.addLabel(Label label,
NotificationEndpoint endpoint)
Add a label to a notification endpoint.
|
NotificationEndpoint |
NotificationEndpointsApi.createEndpoint(NotificationEndpoint notificationEndpoint)
Add new notification endpoint.
|
void |
NotificationEndpointsApi.deleteLabel(Label label,
NotificationEndpoint endpoint)
Delete label from a notification endpoint.
|
void |
NotificationEndpointsApi.deleteNotificationEndpoint(NotificationEndpoint notificationEndpoint)
Delete a notification endpoint.
|
List<Label> |
NotificationEndpointsApi.getLabels(NotificationEndpoint endpoint)
List all labels for a notification endpoint.
|
NotificationEndpoint |
NotificationEndpointsApi.updateEndpoint(NotificationEndpoint notificationEndpoint)
Update a notification endpoint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPNotificationEndpoint
HTTPNotificationEndpoint
|
class |
PagerDutyNotificationEndpoint
PagerDutyNotificationEndpoint
|
class |
SlackNotificationEndpoint
SlackNotificationEndpoint
|
class |
TelegramNotificationEndpoint
TelegramNotificationEndpoint
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationEndpoint> |
NotificationEndpoints.getNotificationEndpoints()
Get notificationEndpoints
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEndpoints |
NotificationEndpoints.addNotificationEndpointsItem(NotificationEndpoint notificationEndpointsItem) |
| Modifier and Type | Method and Description |
|---|---|
NotificationEndpoints |
NotificationEndpoints.notificationEndpoints(List<NotificationEndpoint> notificationEndpoints) |
void |
NotificationEndpoints.setNotificationEndpoints(List<NotificationEndpoint> notificationEndpoints) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<NotificationEndpoint> |
NotificationEndpointsService.createNotificationEndpoint(NotificationEndpoint notificationEndpoint)
Add a notification endpoint
|
retrofit2.Call<NotificationEndpoint> |
NotificationEndpointsService.getNotificationEndpointsID(String endpointID,
String zapTraceSpan)
Retrieve a notification endpoint
|
retrofit2.Call<NotificationEndpoint> |
NotificationEndpointsService.patchNotificationEndpointsID(String endpointID,
NotificationEndpointUpdate notificationEndpointUpdate,
String zapTraceSpan)
Update a notification endpoint
|
retrofit2.Call<NotificationEndpoint> |
NotificationEndpointsService.putNotificationEndpointsID(String endpointID,
NotificationEndpoint notificationEndpoint,
String zapTraceSpan)
Update a notification endpoint
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<NotificationEndpoint> |
NotificationEndpointsService.createNotificationEndpoint(NotificationEndpoint notificationEndpoint)
Add a notification endpoint
|
retrofit2.Call<NotificationEndpoint> |
NotificationEndpointsService.putNotificationEndpointsID(String endpointID,
NotificationEndpoint notificationEndpoint,
String zapTraceSpan)
Update a notification endpoint
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.