Uses of Class
com.wavefront.api.agent.AgentConfiguration
-
Packages that use AgentConfiguration Package Description com.wavefront.api com.wavefront.api.agent -
-
Uses of AgentConfiguration in com.wavefront.api
Methods in com.wavefront.api that return AgentConfiguration Modifier and Type Method Description AgentConfigurationWavefrontAPI. checkin(UUID agentId, String hostname, String token, String version, Long currentMillis, Boolean localAgent, com.fasterxml.jackson.databind.JsonNode agentMetrics, Boolean pushAgent, Boolean ephemeral)AgentConfigurationWavefrontAPI. getConfig(UUID agentId, String hostname, Long currentMillis, Long bytesLeftForbuffer, Long bytesPerMinuteForBuffer, Long currentQueueSize, String token, String version)Polls for the configuration for the agent.AgentConfigurationProxyV2API. proxyCheckin(UUID proxyId, String authorization, String hostname, String version, Long currentMillis, com.fasterxml.jackson.databind.JsonNode agentMetrics, Boolean ephemeral)Register the proxy and transmit proxy metrics to Wavefront servers. -
Uses of AgentConfiguration in com.wavefront.api.agent
Methods in com.wavefront.api.agent with parameters of type AgentConfiguration Modifier and Type Method Description voidSshTargetDTO. validate(AgentConfiguration config)
-