Uses of Class
com.influxdb.client.domain.NotificationRule
-
Uses of NotificationRule in com.influxdb.client
Modifier and TypeMethodDescriptionNotificationRulesApi.createRule
(NotificationRule rule) Add a notification rule.NotificationRulesApi.findNotificationRuleByID
(String ruleID) Get a notification rule.NotificationRulesApi.updateNotificationRule
(NotificationRule notificationRule) Update a notification rule.NotificationRulesApi.updateNotificationRule
(String ruleID, NotificationRuleUpdate update) Update a notification rule.Modifier and TypeMethodDescriptionNotificationRulesApi.findNotificationRules
(String orgID) Get notification rules.Modifier and TypeMethodDescriptionNotificationRulesApi.addLabel
(Label label, NotificationRule notificationRule) Add a label to a notification rule.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.NotificationRulesApi.getLabels
(NotificationRule notificationRule) List all labels for a notification rule.NotificationRulesApi.updateNotificationRule
(NotificationRule notificationRule) Update a notification rule. -
Uses of NotificationRule in com.influxdb.client.domain
Modifier and TypeClassDescriptionclass
HTTPNotificationRuleclass
HTTPNotificationRuleBaseclass
PagerDutyNotificationRuleclass
PagerDutyNotificationRuleBaseclass
SlackNotificationRuleclass
SlackNotificationRuleBaseclass
SMTPNotificationRuleclass
SMTPNotificationRuleBaseclass
TelegramNotificationRuleclass
TelegramNotificationRuleBaseModifier and TypeMethodDescriptionNotificationRules.addNotificationRulesItem
(NotificationRule notificationRulesItem) Modifier and TypeMethodDescriptionNotificationRules.notificationRules
(List<NotificationRule> notificationRules) void
NotificationRules.setNotificationRules
(List<NotificationRule> notificationRules) -
Uses of NotificationRule in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<NotificationRule> NotificationRulesService.createNotificationRule
(NotificationRule notificationRule) Add a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.getNotificationRulesID
(String ruleID, String zapTraceSpan) Retrieve a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.patchNotificationRulesID
(String ruleID, NotificationRuleUpdate notificationRuleUpdate, String zapTraceSpan) Update a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.putNotificationRulesID
(String ruleID, NotificationRule notificationRule, String zapTraceSpan) Update a notification ruleModifier and TypeMethodDescriptionretrofit2.Call
<NotificationRule> NotificationRulesService.createNotificationRule
(NotificationRule notificationRule) Add a notification ruleretrofit2.Call
<NotificationRule> NotificationRulesService.putNotificationRulesID
(String ruleID, NotificationRule notificationRule, String zapTraceSpan) Update a notification rule