Versions Compared

Key

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

...

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

Say you would like to To download realtime users count as an XSL file. To generate such data, enter a command similar to the following:

Code Block
curl -H "X-Auth-token: token" "http://yourdomain/api/v1/report/users-count/xsl"

...