Package | Description |
---|---|
com.influxdb.client | |
com.influxdb.client.domain |
Modifier and Type | Method and Description |
---|---|
SlackNotificationEndpoint |
NotificationEndpointsApi.cloneSlackEndpoint(String name,
String token,
SlackNotificationEndpoint endpoint)
Clone a Slack Notification endpoint.
|
SlackNotificationEndpoint |
NotificationEndpointsApi.cloneSlackEndpoint(String name,
String token,
String endpointID)
Clone a Slack Notification endpoint.
|
SlackNotificationEndpoint |
NotificationEndpointsApi.createSlackEndpoint(String name,
String url,
String orgID)
Add new Slack notification endpoint.
|
SlackNotificationEndpoint |
NotificationEndpointsApi.createSlackEndpoint(String name,
String url,
String token,
String orgID)
Add new Slack notification endpoint.
|
Modifier and Type | Method and Description |
---|---|
SlackNotificationEndpoint |
NotificationEndpointsApi.cloneSlackEndpoint(String name,
String token,
SlackNotificationEndpoint endpoint)
Clone a Slack Notification endpoint.
|
SlackNotificationRule |
NotificationRulesApi.createSlackRule(String name,
String every,
String messageTemplate,
RuleStatusLevel status,
List<TagRule> tagRules,
SlackNotificationEndpoint endpoint,
String orgID)
Add a Slack notification rule.
|
SlackNotificationRule |
NotificationRulesApi.createSlackRule(String name,
String every,
String messageTemplate,
RuleStatusLevel status,
SlackNotificationEndpoint endpoint,
String orgID)
Add a Slack notification rule.
|
Modifier and Type | Method and Description |
---|---|
SlackNotificationEndpoint |
SlackNotificationEndpoint.token(String token) |
SlackNotificationEndpoint |
SlackNotificationEndpoint.url(String url) |
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.