Hi guys,
is there a easy API call where I get the license consumption for a client?
I found this API call:
{{ServerUrl}}/Client/{{clientId}}/License
But this gives me only the used license type / name e. g.:
{
"licensesInfo": f
{
"platformType": 1,
"license": {
"licenseType": 1,
"appType": 33,
"licenseName": "Server File System - Windows File System"
}
},
{
"platformType": 1,
"license": {
"licenseType": 3,
"appType": 81,
"licenseName": "Application Class 1 - SQL Server"
}
}
]
}
My goal is to get a output like:
clientA is using 200gb of license “Server File System - Windows File System”
and
clientA is using 100gb of license “Application Class 1 - SQL Server”