Package | Description |
---|---|
com.influxdb.client | |
com.influxdb.client.domain | |
com.influxdb.client.service |
Modifier and Type | Method and Description |
---|---|
Telegraf |
TelegrafsApi.cloneTelegraf(String clonedName,
String telegrafConfigID)
Clone a telegraf config.
|
Telegraf |
TelegrafsApi.cloneTelegraf(String clonedName,
Telegraf telegraf)
Clone a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
Organization org,
Collection<TelegrafPlugin> plugins)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
Organization org,
Map<String,Object> agentConfiguration,
Collection<TelegrafPlugin> plugins)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
Organization org,
String config,
TelegrafRequestMetadata metadata)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
String orgID,
Collection<TelegrafPlugin> plugins)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
String orgID,
Map<String,Object> agentConfiguration,
Collection<TelegrafPlugin> plugins)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(String name,
String description,
String orgID,
String config,
TelegrafRequestMetadata metadata)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.createTelegraf(TelegrafRequest telegrafRequest)
Create a telegraf config.
|
Telegraf |
TelegrafsApi.findTelegrafByID(String telegrafID)
Retrieve a telegraf config.
|
Telegraf |
TelegrafsApi.updateTelegraf(String telegrafID,
TelegrafRequest telegrafRequest)
Update a telegraf config.
|
Telegraf |
TelegrafsApi.updateTelegraf(Telegraf telegraf)
Update a telegraf config.
|
Modifier and Type | Method and Description |
---|---|
List<Telegraf> |
TelegrafsApi.findTelegrafs()
Returns a list of telegraf configs.
|
List<Telegraf> |
TelegrafsApi.findTelegrafsByOrg(Organization organization)
Returns a list of telegraf configs for specified
organization . |
List<Telegraf> |
TelegrafsApi.findTelegrafsByOrgId(String orgID)
Returns a list of telegraf configs for specified
orgID . |
Modifier and Type | Method and Description |
---|---|
LabelResponse |
TelegrafsApi.addLabel(Label label,
Telegraf telegraf)
Add a label to a telegraf config.
|
ResourceMember |
TelegrafsApi.addMember(User member,
Telegraf telegraf)
Add telegraf config member.
|
ResourceOwner |
TelegrafsApi.addOwner(User owner,
Telegraf telegraf)
Add telegraf config owner.
|
Telegraf |
TelegrafsApi.cloneTelegraf(String clonedName,
Telegraf telegraf)
Clone a telegraf config.
|
void |
TelegrafsApi.deleteLabel(Label label,
Telegraf telegraf)
Delete a label from a telegraf config.
|
void |
TelegrafsApi.deleteMember(User member,
Telegraf telegraf)
Removes a member from a telegraf config.
|
void |
TelegrafsApi.deleteOwner(User owner,
Telegraf telegraf)
Removes an owner from a telegraf config.
|
void |
TelegrafsApi.deleteTelegraf(Telegraf telegraf)
Delete a telegraf config.
|
List<Label> |
TelegrafsApi.getLabels(Telegraf telegraf)
List all labels for a telegraf config.
|
List<ResourceMember> |
TelegrafsApi.getMembers(Telegraf telegraf)
List all users with member privileges for a telegraf config.
|
List<ResourceOwner> |
TelegrafsApi.getOwners(Telegraf telegraf)
List all owners of a telegraf config.
|
String |
TelegrafsApi.getTOML(Telegraf telegraf)
Retrieve a telegraf config in TOML.
|
Telegraf |
TelegrafsApi.updateTelegraf(Telegraf telegraf)
Update a telegraf config.
|
Modifier and Type | Method and Description |
---|---|
Telegraf |
Telegraf.addLabelsItem(Label labelsItem) |
Telegraf |
Telegraf.labels(List<Label> labels) |
Telegraf |
Telegraf.links(TelegrafLinks links) |
Modifier and Type | Method and Description |
---|---|
List<Telegraf> |
Telegrafs.getConfigurations()
Get configurations
|
Modifier and Type | Method and Description |
---|---|
Telegrafs |
Telegrafs.addConfigurationsItem(Telegraf configurationsItem) |
Modifier and Type | Method and Description |
---|---|
Telegrafs |
Telegrafs.configurations(List<Telegraf> configurations) |
void |
Telegrafs.setConfigurations(List<Telegraf> configurations) |
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<Telegraf> |
TelegrafsService.getTelegrafsIDTelegraf(String telegrafID,
String zapTraceSpan,
String accept)
Retrieve a Telegraf config
|
retrofit2.Call<Telegraf> |
TelegrafsService.postTelegrafs(TelegrafRequest telegrafRequest,
String zapTraceSpan)
Create a Telegraf config
|
retrofit2.Call<Telegraf> |
TelegrafsService.putTelegrafsID(String telegrafID,
TelegrafRequest telegrafRequest,
String zapTraceSpan)
Update a Telegraf config
|
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.