Versions Compared

Key

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

...

Say you want to download data in XSL XLS format about current usage for license server "7". To generate this data set, enter a command similar to the following.

Code Block
linenumberstrue
curl -H "X-Auth-token: token" "http://yourdomain/api/v1/report/license-server/7/current-usage/xslxls"

Example 2

If you want to obtain information about features with current usage higher than 90% for license server "13", enter the following command.

...