| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
Label |
VariablesApi.addLabel(Label label,
Variable variable)
Add a label to a variable.
|
Label |
VariablesApi.addLabel(String labelID,
String variableID)
Add a label to a variable.
|
Label |
LabelsApi.cloneLabel(String clonedName,
Label label)
Clone a label.
|
Label |
LabelsApi.cloneLabel(String clonedName,
String labelID)
Clone a label.
|
Label |
LabelsApi.createLabel(LabelCreateRequest request)
Create a label.
|
Label |
LabelsApi.createLabel(String name,
Map<String,String> properties,
String orgID)
Creates a new label and sets
getId() with the new identifier. |
Label |
LabelsApi.findLabelByID(String labelID)
Retrieve a label.
|
Label |
LabelsApi.updateLabel(Label label)
Updates a label's properties.
|
Label |
LabelsApi.updateLabel(String labelID,
LabelUpdate labelUpdate)
Update a single label.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
LabelsApi.findLabels()
Get all labels.
|
List<Label> |
LabelsApi.findLabelsByOrg(Organization organization)
Get all labels.
|
List<Label> |
LabelsApi.findLabelsByOrgId(String orgID)
Get all labels.
|
List<Label> |
BucketsApi.getLabels(Bucket bucket)
List all labels of a bucket.
|
List<Label> |
ChecksApi.getLabels(Check check)
List all labels for a check.
|
List<Label> |
DashboardsApi.getLabels(Dashboard dashboard)
List all labels for a dashboard.
|
List<Label> |
TemplatesApi.getLabels(Document template)
List all labels for a template.
|
List<Label> |
NotificationEndpointsApi.getLabels(NotificationEndpoint endpoint)
List all labels for a notification endpoint.
|
List<Label> |
NotificationRulesApi.getLabels(NotificationRule notificationRule)
List all labels for a notification rule.
|
List<Label> |
ScraperTargetsApi.getLabels(ScraperTargetResponse scraperTargetResponse)
List all labels of a ScraperTarget.
|
List<Label> |
ChecksApi.getLabels(String checkID)
List all labels for a check.
|
List<Label> |
TelegrafsApi.getLabels(String telegrafID)
List all labels for a telegraf config.
|
List<Label> |
ScraperTargetsApi.getLabels(String scraperTargetID)
List all labels of a ScraperTarget.
|
List<Label> |
TasksApi.getLabels(String taskID)
List all labels of a Task.
|
List<Label> |
VariablesApi.getLabels(String variableID)
List all labels for a variable.
|
List<Label> |
DashboardsApi.getLabels(String dashboardID)
List all labels for a dashboard.
|
List<Label> |
NotificationRulesApi.getLabels(String ruleID)
List all labels for a notification rule.
|
List<Label> |
NotificationEndpointsApi.getLabels(String endpointID)
List all labels for a notification endpoint.
|
List<Label> |
BucketsApi.getLabels(String bucketID)
List all labels of a bucket.
|
List<Label> |
TemplatesApi.getLabels(String templateID)
List all labels for a template.
|
List<Label> |
TasksApi.getLabels(Task task)
List all labels of a Task.
|
List<Label> |
TelegrafsApi.getLabels(Telegraf telegraf)
List all labels for a telegraf config.
|
List<Label> |
VariablesApi.getLabels(Variable variable)
List all labels for a variable.
|
| Modifier and Type | Method and Description |
|---|---|
LabelResponse |
BucketsApi.addLabel(Label label,
Bucket bucket)
Add the bucket label.
|
LabelResponse |
ChecksApi.addLabel(Label label,
Check check)
Add a label to a check.
|
LabelResponse |
DashboardsApi.addLabel(Label label,
Dashboard dashboard)
Add a label to a dashboard.
|
LabelResponse |
TemplatesApi.addLabel(Label label,
Document template)
Add a label to a template.
|
LabelResponse |
NotificationEndpointsApi.addLabel(Label label,
NotificationEndpoint endpoint)
Add a label to a notification endpoint.
|
LabelResponse |
NotificationRulesApi.addLabel(Label label,
NotificationRule notificationRule)
Add a label to a notification rule.
|
LabelResponse |
ScraperTargetsApi.addLabel(Label label,
ScraperTargetResponse scraperTargetResponse)
Add the ScraperTarget label.
|
LabelResponse |
TasksApi.addLabel(Label label,
Task task)
Add the Task label.
|
LabelResponse |
TelegrafsApi.addLabel(Label label,
Telegraf telegraf)
Add a label to a telegraf config.
|
Label |
VariablesApi.addLabel(Label label,
Variable variable)
Add a label to a variable.
|
Label |
LabelsApi.cloneLabel(String clonedName,
Label label)
Clone a label.
|
void |
LabelsApi.deleteLabel(Label label)
Delete a label.
|
void |
BucketsApi.deleteLabel(Label label,
Bucket bucket)
Removes a label from a bucket.
|
void |
ChecksApi.deleteLabel(Label label,
Check check)
Delete label from a check.
|
void |
DashboardsApi.deleteLabel(Label label,
Dashboard dashboard)
Delete a label from a dashboard.
|
void |
TemplatesApi.deleteLabel(Label label,
Document template)
Delete a label from a template.
|
void |
NotificationEndpointsApi.deleteLabel(Label label,
NotificationEndpoint endpoint)
Delete label from a notification endpoint.
|
void |
NotificationRulesApi.deleteLabel(Label label,
NotificationRule notificationRule)
Delete label from a notification rule.
|
void |
ScraperTargetsApi.deleteLabel(Label label,
ScraperTargetResponse scraperTargetResponse)
Removes a label from a ScraperTarget.
|
void |
TasksApi.deleteLabel(Label label,
Task task)
Removes a label from a Task.
|
void |
TelegrafsApi.deleteLabel(Label label,
Telegraf telegraf)
Delete a label from a telegraf config.
|
void |
VariablesApi.deleteLabel(Label label,
Variable variable)
Delete a label from a variable.
|
Label |
LabelsApi.updateLabel(Label label)
Updates a label's properties.
|
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelResponse.getLabel()
Get label
|
Label |
Label.name(String name) |
Label |
Label.properties(Map<String,String> properties) |
Label |
Label.putPropertiesItem(String key,
String propertiesItem) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
Bucket.getLabels()
Get labels
|
List<Label> |
DashboardWithViewProperties.getLabels()
Get labels
|
List<Label> |
Task.getLabels()
Get labels
|
List<Label> |
NotificationRuleBase.getLabels()
Get labels
|
List<Label> |
NotificationEndpointBase.getLabels()
Get labels
|
List<Label> |
LabelsResponse.getLabels()
Get labels
|
List<Label> |
Variable.getLabels()
Get labels
|
List<Label> |
Dashboard.getLabels()
Get labels
|
List<Label> |
Document.getLabels()
Get labels
|
List<Label> |
CheckBase.getLabels()
Get labels
|
List<Label> |
DocumentListEntry.getLabels()
Get labels
|
List<Label> |
Telegraf.getLabels()
Get labels
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.addLabelsItem(Label labelsItem) |
DashboardWithViewProperties |
DashboardWithViewProperties.addLabelsItem(Label labelsItem) |
Task |
Task.addLabelsItem(Label labelsItem) |
NotificationRuleBase |
NotificationRuleBase.addLabelsItem(Label labelsItem) |
NotificationEndpointBase |
NotificationEndpointBase.addLabelsItem(Label labelsItem) |
LabelsResponse |
LabelsResponse.addLabelsItem(Label labelsItem) |
Variable |
Variable.addLabelsItem(Label labelsItem) |
Dashboard |
Dashboard.addLabelsItem(Label labelsItem) |
Document |
Document.addLabelsItem(Label labelsItem) |
CheckBase |
CheckBase.addLabelsItem(Label labelsItem) |
DocumentListEntry |
DocumentListEntry.addLabelsItem(Label labelsItem) |
Telegraf |
Telegraf.addLabelsItem(Label labelsItem) |
LabelResponse |
LabelResponse.label(Label label) |
void |
LabelResponse.setLabel(Label label) |
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.labels(List<Label> labels) |
DashboardWithViewProperties |
DashboardWithViewProperties.labels(List<Label> labels) |
Task |
Task.labels(List<Label> labels) |
NotificationRuleBase |
NotificationRuleBase.labels(List<Label> labels) |
NotificationEndpointBase |
NotificationEndpointBase.labels(List<Label> labels) |
LabelsResponse |
LabelsResponse.labels(List<Label> labels) |
Variable |
Variable.labels(List<Label> labels) |
Dashboard |
Dashboard.labels(List<Label> labels) |
Document |
Document.labels(List<Label> labels) |
CheckBase |
CheckBase.labels(List<Label> labels) |
DocumentListEntry |
DocumentListEntry.labels(List<Label> labels) |
Telegraf |
Telegraf.labels(List<Label> labels) |
void |
Bucket.setLabels(List<Label> labels) |
void |
DashboardWithViewProperties.setLabels(List<Label> labels) |
void |
Task.setLabels(List<Label> labels) |
void |
NotificationRuleBase.setLabels(List<Label> labels) |
void |
NotificationEndpointBase.setLabels(List<Label> labels) |
void |
LabelsResponse.setLabels(List<Label> labels) |
void |
Variable.setLabels(List<Label> labels) |
void |
Dashboard.setLabels(List<Label> labels) |
void |
Document.setLabels(List<Label> labels) |
void |
CheckBase.setLabels(List<Label> labels) |
void |
DocumentListEntry.setLabels(List<Label> labels) |
void |
Telegraf.setLabels(List<Label> labels) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.