cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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):

 

DELETE https://flex<tenant_ID>.compliance.flexnetoperations.com/api/1.0/instances/<CLS_ID>/clients/<client_id>

More Information

Post these steps, you should be able to see the counts to be mapped to any CLS.

No ratings
Version history
Last update:
‎Jan 02, 2024 04:16 AM
Updated by:
Contributors