Package | Description |
---|---|
com.influxdb.client | |
com.influxdb.client.domain | |
com.influxdb.client.service |
Modifier and Type | Method and Description |
---|---|
NotificationRule |
NotificationRulesApi.createRule(NotificationRule rule)
Add a notification rule.
|
NotificationRule |
NotificationRulesApi.findNotificationRuleByID(String ruleID)
Get a notification rule.
|
NotificationRule |
NotificationRulesApi.updateNotificationRule(NotificationRule notificationRule)
Update a notification rule.
|
NotificationRule |
NotificationRulesApi.updateNotificationRule(String ruleID,
NotificationRuleUpdate update)
Update a notification rule.
|
Modifier and Type | Method and Description |
---|---|
List<NotificationRule> |
NotificationRulesApi.findNotificationRules(String orgID)
Get notification rules.
|
Modifier and Type | Method and Description |
---|---|
LabelResponse |
NotificationRulesApi.addLabel(Label label,
NotificationRule notificationRule)
Add a label to a notification rule.
|
NotificationRule |
NotificationRulesApi.createRule(NotificationRule rule)
Add a notification rule.
|
void |
NotificationRulesApi.deleteLabel(Label label,
NotificationRule notificationRule)
Delete label from a notification rule.
|
void |
NotificationRulesApi.deleteNotificationRule(NotificationRule notificationRule)
Delete a notification rule.
|
List<Label> |
NotificationRulesApi.getLabels(NotificationRule notificationRule)
List all labels for a notification rule.
|
NotificationRule |
NotificationRulesApi.updateNotificationRule(NotificationRule notificationRule)
Update a notification rule.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPNotificationRule
HTTPNotificationRule
|
class |
HTTPNotificationRuleBase
HTTPNotificationRuleBase
|
class |
PagerDutyNotificationRule
PagerDutyNotificationRule
|
class |
PagerDutyNotificationRuleBase
PagerDutyNotificationRuleBase
|
class |
SlackNotificationRule
SlackNotificationRule
|
class |
SlackNotificationRuleBase
SlackNotificationRuleBase
|
class |
SMTPNotificationRule
SMTPNotificationRule
|
class |
SMTPNotificationRuleBase
SMTPNotificationRuleBase
|
Modifier and Type | Method and Description |
---|---|
List<NotificationRule> |
NotificationRules.getNotificationRules()
Get notificationRules
|
Modifier and Type | Method and Description |
---|---|
NotificationRules |
NotificationRules.addNotificationRulesItem(NotificationRule notificationRulesItem) |
Modifier and Type | Method and Description |
---|---|
NotificationRules |
NotificationRules.notificationRules(List<NotificationRule> notificationRules) |
void |
NotificationRules.setNotificationRules(List<NotificationRule> notificationRules) |
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<NotificationRule> |
NotificationRulesService.createNotificationRule(PostNotificationRule postNotificationRule)
Add a notification rule
|
retrofit2.Call<NotificationRule> |
NotificationRulesService.getNotificationRulesID(String ruleID,
String zapTraceSpan)
Get a notification rule
|
retrofit2.Call<NotificationRule> |
NotificationRulesService.patchNotificationRulesID(String ruleID,
NotificationRuleUpdate notificationRuleUpdate,
String zapTraceSpan)
Update a notification rule
|
retrofit2.Call<NotificationRule> |
NotificationRulesService.putNotificationRulesID(String ruleID,
NotificationRule notificationRule,
String zapTraceSpan)
Update a notification rule
|
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<NotificationRule> |
NotificationRulesService.putNotificationRulesID(String ruleID,
NotificationRule notificationRule,
String zapTraceSpan)
Update a notification rule
|
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.