Previous Topic: Published User Directory InformationNext Topic: Published Custom Modules Information


Published Agent Information

Published Agent information lists the agents currently connected to policy server, including their IP address and name.

Published Agent XML Output Format

The Agent information will be formatted as in the following example:

< AGENT_CONNECTION_MANAGER>
   <CURRENT>      4 </CURRENT>
   <MAX>          4 </MAX>
   <DROPPED>      0 </DROPPED>
   <IDLE_TIMEOUT> 0 </IDLE_TIMEOUT>
   <ACCEPT_TIMEOUT> 10 </ACCEPT_TIMEOUT>

   <AGENT_CONNECTION>
      <NAME> agent1 </NAME>
      <IP>   172.26.6.43 </IP>
      <API_VERSION> 1024 </API_VERSION>
      <LAST_MESSAGE_TIME> 0x05705E0C </LAST_MESSAGE_TIME>
   </AGENT_CONNECTION>
   <AGENT_CONNECTION>
      <NAME> agent1 </NAME>
      <IP>   172.26.6.43 </IP>
      <API_VERSION> 1024 </API_VERSION>
      <LAST_MESSAGE_TIME> 0x05705E0C </LAST_MESSAGE_TIME>
   </AGENT_CONNECTION>
   <AGENT_CONNECTION>
      <NAME> agent1 </NAME>
      <IP>   172.26.6.43 </IP>
      <API_VERSION> 1024 </API_VERSION>
      <LAST_MESSAGE_TIME> 0x05705E0C </LAST_MESSAGE_TIME>
   </AGENT_CONNECTION>
   <AGENT_CONNECTION>
      <NAME> 940c0728-d405-489c-9a0e-b2f831f78c56 </NAME>
      <IP>   172.26.6.43 </IP>
      <API_VERSION> 1482282902 </API_VERSION>
      <LAST_MESSAGE_TIME> 0x05705E0C </LAST_MESSAGE_TIME>
   </AGENT_CONNECTION>
</AGENT_CONNECTION_MANAGER>

Note: The Agent connections information is contained within the <AGENT_CONNECTION_MANAGER>tag.

The following table defines the Agent information that will be published.

TAG

Contains

Description

Parent Tag

Required

AGENT_CONNECTION-_MANAGER

Elements

Defines data for the agent connections

SM_PUBLISH

Required

CURRENT

Int

Number of current connections

AGENT_CONNECTION-_MANAGER

Required

MAX

Int

Maximum number of connections

AGENT_CONNECTION-_MANAGER

Required

DROPPED

Int

Maximum number of connections

AGENT_CONNECTION-_MANAGER

Required

IDLE_TIMEOUT

Int

Time after which an idle connection is timed out.

AGENT_CONNECTION-_MANAGER

Required

ACCEPT_TIMEOUT

Int

Time after which an
attempted connection is timed out

AGENT_CONNECTION-_MANAGER

Required

AGENT_CONNECTION

Elements

Denotes data about an active agent connection

AGENT_CONNECTION-_MANAGER

Optional

IP

Text

IP address of agent

AGENT_CONNECTION

Required

API_VERSION

Int

Version of the API used
by the connected agent

AGENT_CONNECTION

Required

NAME

Text

Name of the agent

AGENT_CONNECTION

Required

LAST_MESSAGE_TIME

Int

Time since last message from agent

AGENT_CONNECTION

Required

AGENT_CONNECTION-_MANAGER

Elements

Defines data for the agent connections

SM_PUBLISH

Required