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

Response Parameters

Example Get Response

<stats>
    <numberOfAgentsLoggedIn>10</numberOfAgentsLoggedIn>
</stats>