Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

License Statistics API allows you to generate data from the Realtime Users Count report. The report shows user count for all realtime servers.

Obtaining information about realtime user count

If you want to retrieve information about realtime user count, we recommend that you send following HTTP request.

...

FieldTypeDescription

ucd

stringDate returned in YYYY-MM-DD format.

uct

integerTotal number of users specified in the license.

ucdy

integerNumber of daily users using a license on a particular date.

ucde

integerNumber of all users that were denied a license.

ucch

integerNumber of hosts that were concurrently active on a particular date.

msg

stringError message returned on failure.

success

booleanIndicates if the API request was successfully processed. 
codeintegerError code for unsuccessful request.
totalCountintegerTotal number of rows.

Example 1

To download realtime users count as an XSL file, enter a command similar to the following:

...