Forum Discussion
mnagel
6 years agoProfessor
There is not, unless there has been a change recently. There are some datapoints within the collectors you can use (which we do for widgets displaying what we are able). There is not full coverage for all the various things that can incur fees (or usage against commit). I had to write a script against the API to capture this, and even then it is not complete. I had to define a custom property to group the results by client as well (with a warning if I find an element without the custom property). My script currently does this:
- scans all resources, counts each regular and LMCloud type (deviceType==0 or deviceType==2)
- scans all configsource instances to count LMConfig usage (dataSourceType == "CS")
- scans all websites, counts each, noting whether it is internal or external
I would definitely prefer something standard to get a complete picture of license consumption, especially since new separately licensed features are added from time to time.
Related Content
- 2 years ago
- 4 months ago