I'm trying to pull some reports
out a peace of software using HTML
and JavaScript/jquery
,
https://docs.x-formation.com/display/LICSTAT/Using+License+Statistics+API
here is the documentation for it however it just talks about using
curl -H "X-Auth-token: token" "https://yourdomain:888/url-to-api"
which I don't understand from my goggling it appears to be a command line
tool for getting data. but the documentation talks about using a web base API
.
also if I tried doing the below
$.get(http://ExampleServer:1234/api/v1/report/license-server/1/current-usage/csv")
which brings back a 404
error page not found
this is an example of the API
to get current server licence usage that the documentation gives an example of but I just cant get anything back.
does anyone have any information they could help me with.