Announcement

Collapse
No announcement yet.

License server command line interface

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • License server command line interface

    Hi guys,

    We're building a monitoring solution using Telegraf, influxDB and Grafana, which looks like an approach that's quite common across the industry. This allows us to aggregate performance and capacity data in a single location where the whole environment can be monitored from. One of the parameters we want to track is the amount of total/free/used licenses per product. I imagine we could get Telegraf to run a command line query getting that info from the license server, but it looks like these stats are not supported by the lic server? Would be great to have them.

    Thanks!
    Hristo Velev
    MD/FX Lead, Bottleship VFX
    Sofia, Bulgaria

  • #2
    Hello,

    It will be possible to use two .json files from the license server - one for dongle and one for online licensing:
    http://localhost:30304/sessions/online
    http://localhost:30304/sessions/dongle

    Please note that the product IDs are in "raw" format. You can check the user friendly names of the licenses and their corresponding IDs in the following .json - http://localhost:30304/status

    Please be informed that the .json files are provided as they are and their content might change with the future releases.

    Comment


    • #3
      Cool - we'll try it out, thanks!
      Hristo Velev
      MD/FX Lead, Bottleship VFX
      Sofia, Bulgaria

      Comment

      Working...
      X