Stats API

Use the Stats API to get statistical information about your deployment, such as the number of logged in agents.

This API is read-only.

URL

https://<server>/unifiedconfig/config/stats

Operations

  • get: Returns statistical information about your deployment.

Response Parameters

  • numberOfAgentsLoggedIn: The number of agents logged in.

Example Get Response

Code Snippet
Copy
<stats>
    <numberOfAgentsLoggedIn>10</numberOfAgentsLoggedIn>
</stats>