Uses of Class
com.influxdb.client.domain.Telegraf
Packages that use Telegraf
-
Uses of Telegraf in com.influxdb.client
Methods in com.influxdb.client that return TelegrafModifier 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.Methods in com.influxdb.client that return types with arguments of type TelegrafModifier 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
.Methods in com.influxdb.client with parameters of type TelegrafModifier 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
Methods in com.influxdb.client.domain that return TelegrafModifier and TypeMethodDescriptionTelegraf.addLabelsItem
(Label labelsItem) Telegraf.links
(TelegrafLinks links) Methods in com.influxdb.client.domain that return types with arguments of type TelegrafMethods in com.influxdb.client.domain with parameters of type TelegrafMethod parameters in com.influxdb.client.domain with type arguments of type TelegrafModifier and TypeMethodDescriptionTelegrafs.configurations
(List<Telegraf> configurations) void
Telegrafs.setConfigurations
(List<Telegraf> configurations) -
Uses of Telegraf in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type TelegrafModifier 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