I am writing a Python tools I want to access the %Monitor.System.License properties:
- AvailableDist
- AvailableLocal
- MaxUsedDist
- MaxUsedLocal
- CurrentUsedDist
- CurrentUsedLocal
Initially I want to develop Objectscript to verify access to the properties. But I can not figure the proper syntax.
I first attempted:
set ans = ##class(%Monitor.System.License).AvailableDist
which failed.
I tried another approach:
set ans = ##CLASS(%Monitor.System.License).%GetParameter("AvailableLocal")
.png)



.png)
