Versions Compared

Key

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

The following HTTP methods are used with the License Statistics API for a request-response between the client machine and the License Statistics server machine. 

To obtain information about the License Statistics features, use the following request:

...

The following example make use of GET method.

- To get the list of all License Statistics features.–link to License Statistics Overview and Features Statistics features, type the following from a command line:?, enter the following command where??command line?

Code Block
languagejs
firstline1
linenumberstrue
curl -H "X-Auth-token: abcd" "http://yourdomain/report/features/json"

 - To obtain feature information filtered by name, version and type, use enter the following command:

Code Block
languagejs
firstline1
linenumberstrue
curl --data="fns=a&fv=2.1&ftype=floating" -H "X-Auth-token: abcd" "http://youdomain/report/features/json"

...