Page 1 of 1

Get User Count

Posted: 18 Feb 2015, 11:44
by MasK
Hi,

I need to get the count of users in the zone for each extensions, using the client API.

My aim is to create a server health monitor, to dispatch an alert when there is an unexpected drop in users. Currently I achieved this by writing a separate zone extension handler to get the user count.

I would like to know if its possible to log in to "--=={{{ AdminZone }}}==--" to get all the details, like the dashboard does ( Using the Java client API).

Regards

Re: Get User Count

Posted: 18 Feb 2015, 16:06
by Lapo
The AdminTool does the same thing you're doing, so you're on the right track, but sorry no there's no documentation or API for the Admin Extension.

Cheers