Values.AgentInfoSourceInformation about agents associated with the user’s Amazon Web Services account. Information includes agent IDs, IP addresses, media access control (MAC) addresses, agent or collector status, hostname where the agent resides, and agent version for each agent.
type nonrec t = {agentId : AgentId.t option;The agent or collector ID.
*)hostName : String_.t option;The name of the host where the agent or collector resides. The host can be a server or virtual machine.
*)agentNetworkInfoList : AgentNetworkInfoList.t option;Network details about the host where the agent or collector resides.
*)connectorId : String_.t option;The ID of the connector.
*)version : String_.t option;The agent or collector version.
*)health : AgentStatus.t option;The health of the agent.
*)lastHealthPingTime : String_.t option;Time since agent health was reported.
*)collectionStatus : String_.t option;Status of the collection process for an agent.
*)agentType : String_.t option;Type of agent.
*)registeredTime : String_.t option;Agent's first registration timestamp in UTC.
*)}