
EA140995 asked a question.
Having difficulty finding a way to see remaining available licenses.
I can find out (in a long way) by going to:
Devices > Select the device
View > View Served Devices
Click on each Served Device > find out "Count"
accumulate the "Counts" and then check against "Qty mapped" for the Server .
I am assuming there is an easier way to do this. But I am new to Flexera and need help
Also how do you release a license that is checked out but forgotten to be released (by a Customer Portal admin)
Hi @ertugrul ,
You seem close, yet might be missing steps 1 and 2 (detailed below).
Steps:
1. Add a User with Portal Admin User Role permissions to the entitled account with a CLS.
2. Set a Password for CLS by Portal Admin User Role in Customer Portal
3) /authorize REST API
4) /features REST API
++++++++++++++++++++++++++++++++++
More detailed steps:
1. For the entitled account, please add a User with the "Portal Admin User Role" enabled.
2. Now with this User account above, log into the Customer Portal, locate your CLS device and from the "Action" menu, pull down and "Set Password".
From here, you can use the REST APIs.
3. Authorize - https://flexXXXX.compliance.flexnetoperations.com/api/1.0/instances/XXXXXXXXXXXX/authorize using a body:
{
"user":"admin",
"password":"PasswordFromStep2Above"
}where XXXXXXXXXXXX is your unique CLS ID
4. Features - https://flexxxxx.compliance.flexnetoperations.com/api/1.0/instances/XXXXXXXXXXXX/features