jmmallon
5 years agoNew Contributor
Different output on website & via command-line client
I am trying to get license usage data for a server via a script. The only way I know how to do that is through the ccollab command-line client, specifically ccollab admin wget "go?component=ErrorsAndMessages&step=AdminLicensing&page=Admin&ErrorsAndMessages_fingerPrint=861101"
That output yields the correct page but the wrong data.
From the command-line client: 70 floating-seat licenses; currently using 0.
From the web client: 70 floating-seat licenses; currently using 30.
Any idea why they're different? If the command-line method won't work, is there another way to get the information programmatically?