| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| 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.
|
LabelResponse |
ChecksApi.addLabel(String labelID,
String checkID)
Add a label to a check.
|
LabelResponse |
TelegrafsApi.addLabel(String labelID,
String telegrafID)
Add a label to a telegraf config.
|
LabelResponse |
ScraperTargetsApi.addLabel(String labelID,
String scraperTargetID)
Add the ScraperTarget label.
|
LabelResponse |
TasksApi.addLabel(String labelID,
String taskID)
Add the Task label.
|
LabelResponse |
DashboardsApi.addLabel(String labelID,
String dashboardID)
Add a label to a dashboard.
|
LabelResponse |
NotificationRulesApi.addLabel(String labelID,
String ruleID)
Add a label to a notification rule.
|
LabelResponse |
NotificationEndpointsApi.addLabel(String labelID,
String endpointID)
Add a label to a notification endpoint.
|
LabelResponse |
BucketsApi.addLabel(String labelID,
String bucketID)
Add the bucket label.
|
LabelResponse |
TemplatesApi.addLabel(String labelID,
String templateID)
Add a label to a template.
|
| Modifier and Type | Method and Description |
|---|---|
LabelResponse |
LabelResponse.label(Label label) |
LabelResponse |
LabelResponse.links(Links links) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<LabelResponse> |
LabelsService.getLabelsID(String labelID,
String zapTraceSpan)
Retrieve a label
|
retrofit2.Call<LabelResponse> |
LabelsService.patchLabelsID(String labelID,
LabelUpdate labelUpdate,
String zapTraceSpan)
Update a label
|
retrofit2.Call<LabelResponse> |
BucketsService.postBucketsIDLabels(String bucketID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a bucket
|
retrofit2.Call<LabelResponse> |
ChecksService.postChecksIDLabels(String checkID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a check
|
retrofit2.Call<LabelResponse> |
DashboardsService.postDashboardsIDLabels(String dashboardID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a dashboard
|
retrofit2.Call<LabelResponse> |
TemplatesService.postDocumentsTemplatesIDLabels(String templateID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a template
|
retrofit2.Call<LabelResponse> |
LabelsService.postLabels(LabelCreateRequest labelCreateRequest)
Create a label
|
retrofit2.Call<LabelResponse> |
NotificationEndpointsService.postNotificationEndpointIDLabels(String endpointID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a notification endpoint
|
retrofit2.Call<LabelResponse> |
NotificationRulesService.postNotificationRuleIDLabels(String ruleID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a notification rule
|
retrofit2.Call<LabelResponse> |
ScraperTargetsService.postScrapersIDLabels(String scraperTargetID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a scraper target
|
retrofit2.Call<LabelResponse> |
TasksService.postTasksIDLabels(String taskID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a task
|
retrofit2.Call<LabelResponse> |
TelegrafsService.postTelegrafsIDLabels(String telegrafID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a Telegraf config
|
retrofit2.Call<LabelResponse> |
VariablesService.postVariablesIDLabels(String variableID,
LabelMapping labelMapping,
String zapTraceSpan)
Add a label to a variable
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.