| Package | Description |
|---|---|
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
LabelMapping |
LabelMapping.labelID(String labelID) |
| Modifier and Type | Method and Description |
|---|---|
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> |
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.