| Package | Description |
|---|---|
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
LabelsResponse |
LabelsResponse.addLabelsItem(Label labelsItem) |
LabelsResponse |
LabelsResponse.labels(List<Label> labels) |
LabelsResponse |
LabelsResponse.links(Links links) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<LabelsResponse> |
BucketsService.getBucketsIDLabels(String bucketID,
String zapTraceSpan)
List all labels for a bucket
|
retrofit2.Call<LabelsResponse> |
ChecksService.getChecksIDLabels(String checkID,
String zapTraceSpan)
List all labels for a check
|
retrofit2.Call<LabelsResponse> |
DashboardsService.getDashboardsIDLabels(String dashboardID,
String zapTraceSpan)
List all labels for a dashboard
|
retrofit2.Call<LabelsResponse> |
TemplatesService.getDocumentsTemplatesIDLabels(String templateID,
String zapTraceSpan)
List all labels for a template
|
retrofit2.Call<LabelsResponse> |
LabelsService.getLabels(String zapTraceSpan,
String orgID)
List all labels
|
retrofit2.Call<LabelsResponse> |
NotificationEndpointsService.getNotificationEndpointsIDLabels(String endpointID,
String zapTraceSpan)
List all labels for a notification endpoint
|
retrofit2.Call<LabelsResponse> |
NotificationRulesService.getNotificationRulesIDLabels(String ruleID,
String zapTraceSpan)
List all labels for a notification rule
|
retrofit2.Call<LabelsResponse> |
ScraperTargetsService.getScrapersIDLabels(String scraperTargetID,
String zapTraceSpan)
List all labels for a scraper target
|
retrofit2.Call<LabelsResponse> |
TasksService.getTasksIDLabels(String taskID,
String zapTraceSpan)
List all labels for a task
|
retrofit2.Call<LabelsResponse> |
TelegrafsService.getTelegrafsIDLabels(String telegrafID,
String zapTraceSpan)
List all labels for a Telegraf config
|
retrofit2.Call<LabelsResponse> |
VariablesService.getVariablesIDLabels(String variableID,
String zapTraceSpan)
List all labels for a variable
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.