Uses of Class
com.influxdb.client.domain.Telegraf
-
Uses of Telegraf in com.influxdb.client
Modifier and TypeMethodDescriptionTelegrafsApi.cloneTelegraf
(String clonedName, Telegraf telegraf) Clone a telegraf config.TelegrafsApi.cloneTelegraf
(String clonedName, String telegrafConfigID) Clone a telegraf config.TelegrafsApi.createTelegraf
(TelegrafPluginRequest telegrafPluginRequest) Create a telegraf config.TelegrafsApi.createTelegraf
(String name, String description, Organization org, String config, TelegrafRequestMetadata metadata) Create a telegraf config.TelegrafsApi.createTelegraf
(String name, String description, Organization org, Collection<TelegrafPlugin> plugins) Create a telegraf config.TelegrafsApi.createTelegraf
(String name, String description, Organization org, Map<String, Object> agentConfiguration, Collection<TelegrafPlugin> plugins) Create a telegraf config.TelegrafsApi.createTelegraf
(String name, String description, String orgID, String config, TelegrafRequestMetadata metadata) Create a telegraf config.TelegrafsApi.createTelegraf
(String name, String description, String orgID, Collection<TelegrafPlugin> plugins) Create a telegraf config.TelegrafsApi.createTelegraf
(String name, String description, String orgID, Map<String, Object> agentConfiguration, Collection<TelegrafPlugin> plugins) Create a telegraf config.TelegrafsApi.findTelegrafByID
(String telegrafID) Retrieve a telegraf config.TelegrafsApi.updateTelegraf
(Telegraf telegraf) Update a telegraf config.TelegrafsApi.updateTelegraf
(String telegrafID, TelegrafPluginRequest telegrafRequest) Update a telegraf config.Modifier and TypeMethodDescriptionTelegrafsApi.findTelegrafs()
Returns a list of telegraf configs.TelegrafsApi.findTelegrafsByOrg
(Organization organization) Returns a list of telegraf configs for specifiedorganization
.TelegrafsApi.findTelegrafsByOrgId
(String orgID) Returns a list of telegraf configs for specifiedorgID
.Modifier and TypeMethodDescriptionAdd a label to a telegraf config.Add telegraf config member.Add telegraf config owner.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 all labels for a telegraf config.TelegrafsApi.getMembers
(Telegraf telegraf) List all users with member privileges for a telegraf config.List all owners of a telegraf config.Retrieve a telegraf config in TOML.TelegrafsApi.updateTelegraf
(Telegraf telegraf) Update a telegraf config. -
Uses of Telegraf in com.influxdb.client.domain
Modifier and TypeMethodDescriptionTelegraf.addLabelsItem
(Label labelsItem) Telegraf.links
(TelegrafLinks links) Modifier and TypeMethodDescriptionTelegrafs.configurations
(List<Telegraf> configurations) void
Telegrafs.setConfigurations
(List<Telegraf> configurations) -
Uses of Telegraf in com.influxdb.client.service
Modifier and TypeMethodDescriptionretrofit2.Call
<Telegraf> TelegrafsService.getTelegrafsIDTelegraf
(String telegrafID, String zapTraceSpan, String accept) Retrieve a Telegraf configurationretrofit2.Call
<Telegraf> TelegrafsService.postTelegrafs
(TelegrafPluginRequest telegrafPluginRequest, String zapTraceSpan) Create a Telegraf configurationretrofit2.Call
<Telegraf> TelegrafsService.putTelegrafsID
(String telegrafID, TelegrafPluginRequest telegrafPluginRequest, String zapTraceSpan) Update a Telegraf configuration