| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
HTTPNotificationRule |
NotificationRulesApi.createHTTPRule(String name,
String every,
RuleStatusLevel status,
List<TagRule> tagRules,
HTTPNotificationEndpoint endpoint,
String orgID)
Add a HTTP notification rule.
|
PagerDutyNotificationRule |
NotificationRulesApi.createPagerDutyRule(String name,
String every,
String messageTemplate,
RuleStatusLevel status,
List<TagRule> tagRules,
PagerDutyNotificationEndpoint endpoint,
String orgID)
Add a PagerDuty notification rule.
|
SlackNotificationRule |
NotificationRulesApi.createSlackRule(String name,
String every,
String messageTemplate,
RuleStatusLevel status,
List<TagRule> tagRules,
SlackNotificationEndpoint endpoint,
String orgID)
Add a Slack notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
TagRule |
TagRule.key(String key) |
TagRule |
TagRule.operator(TagRule.OperatorEnum operator) |
TagRule |
TagRule.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<TagRule> |
NotificationRuleBase.getTagRules()
List of tag rules the notification rule attempts to match.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleBase |
NotificationRuleBase.addTagRulesItem(TagRule tagRulesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRuleBase.setTagRules(List<TagRule> tagRules) |
NotificationRuleBase |
NotificationRuleBase.tagRules(List<TagRule> tagRules) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.