- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Knowledge Base
- :
- Unmapping of non-metered licenses from CLS
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
Unmapping of non-metered licenses from CLS
Unmapping of non-metered licenses from CLS
Introduction
Steps to be followed to unmap non-metered licenses from CLS.
Instructions
1)
Enable the Admin user:
Goto end user portal -> license server -> give CLS ID-> set password.
This is the admin password.
2)
In REST API using POSTMAN:
i)
POST https://flex<tenantid>.compliance.flexnetoperations.com/api/1.0/instances/<CLS_ID>/authorize
Body -> RAW
{
"user": "admin",
"password": "<password>"
}
ii)
Bearer Token -> Got from Step 1,can be used to get the features and clients of the CLS:
GET https://flex<tenant_ID>.compliance.flexnetoperations.com/api/1.0/instances/<CLS_ID>/features
GET https://flex<tenant_ID>.compliance.flexnetoperations.com/api/1.0/instances/<CLS_ID>/clients
iii)
Delete operation once you get the client ID for the CLS from the above request(/clients):
More Information
Post these steps, you should be able to see the counts to be mapped to any CLS.