Activating Cloud Licensing Service (CLS) Device Event Notifications

To receive device event notifications from a Cloud Licensing Service (CLS) instance, update the CLS configuration using the following API call:

PUT https://<siteID>-uat.compliance.flexnetoperations.com/api/1.0/instances/<CLS_instanceID/configuration

Payload

In the payload, specify true to receive CLS device event notifications, or false to deactivate CLS device event notifications.

{

"licensing.enableChangeNotification":"true"

}