| 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.
|
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 |
|---|---|
static RuleStatusLevel |
RuleStatusLevel.fromValue(String text) |
RuleStatusLevel |
StatusRule.getCurrentLevel()
Get currentLevel
|
RuleStatusLevel |
StatusRule.getPreviousLevel()
Get previousLevel
|
RuleStatusLevel |
RuleStatusLevel.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static RuleStatusLevel |
RuleStatusLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleStatusLevel[] |
RuleStatusLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatusRule |
StatusRule.currentLevel(RuleStatusLevel currentLevel) |
StatusRule |
StatusRule.previousLevel(RuleStatusLevel previousLevel) |
void |
StatusRule.setCurrentLevel(RuleStatusLevel currentLevel) |
void |
StatusRule.setPreviousLevel(RuleStatusLevel previousLevel) |
void |
RuleStatusLevel.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
RuleStatusLevel enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.