Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi AndreaJust worked it out to a nodejs script to get the stats from api. Ping me via spark if any problem.
var request = require("request");
var options = { method: 'GET',
url: 'https://xxx.xxx.xxx.xxx/elm-resources/license/status',
headers:
...