Skip to content

Manually retrieve usage reports

Some clients have opted out or have Comet installed in an air gapped / offline environment. In that case clients should manually get the usage reports and send to Comet.

Retrieve usage reports on older versions prior to 3.2.140 (requires SSH access to the server)

If its a Linux deployment, you can do the following:

source /etc/default/comet-ml
curl http://localhost:8080/admin/license-report/getAll?adminPassword=${ADMIN_PASSWORD} -o /tmp/usage_reports.json
Then copy the /tmp/usage_reports.json contents or file and share with us when requested.

Retrieve usage reports with current versions

With the user that already have Admin permissions, you can get your API Key following this

  • Example on how to pull usage report, just replace with your actual host:
curl -X GET https://comet-host/api/admin/generate-license-report -o /tmp/usage_reports.json -H 'Authorization: adminApiKey'

Then copy the /tmp/usage_reports.json contents or file and share with us when request

Feb. 9, 2024