Interface IAgentDescription

All Known Subinterfaces:
IRegisteredAgentDescription
All Known Implementing Classes:
AgentDescriptionDto, RegisteredAgentDescriptionDto

public interface IAgentDescription
Description of a ActiveMonitor agent.
Author:
ActiveViam
  • Method Details Link icon

    • getAgentName Link icon

      String getAgentName()
      Get the name of the ActiveMonitor agent.
      Returns:
      the name of the ActiveMonitor agent
    • getAgentType Link icon

      String getAgentType()
      Get the type of the ActiveMonitor agent.
      Returns:
      the type of the ActiveMonitor agent
    • getConnectionDetails Link icon

      IAgentConnectionDetails getConnectionDetails()
      Get the connection details about the agent.
      Returns:
      the agent's connection details
    • getSites Link icon

      List<String> getSites()
      Get the available sites for an agent.
      Returns:
      the sites of the agent