Versions Compared

Key

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

With License Statistics API, you can easily generate information about license server uptime, i.e. statistics about license server status for any license server during any period the server status was monitored.

Obtaining information about license server status

If you want to retrieve information about license server status history, we recommend that you use the following URL request template.

...

Code Block
languagejs
firstline1
linenumberstrue
curl -H "X-Auth-token: token" "http://yourdomain/api/v1/report/uptime/server/1/json?sd=2015-01-01&ed=2015-01-31"

Obtaining information about error messages

If you want to retrieve information about error message of any given log, we recommend that you use the following URL request template. 

...