You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to remove nodeSecret from license of node module with API request? I found only Netlicensing UI Customers tab where all node secrets for license listed.
The text was updated successfully, but these errors were encountered:
To be able to remove particular nodeSecret value (e.g. de-register locking) while using Node-Locked or Floating model, you need to obtain a list of assigned nodeSecrets using LicenseService.get() method.
The XML or JSON response contains License entity representation incl. all associated nodeSecrets, where each value given with the property name; e.g. nodeSecret1, nodeSecret2 and so on.
To delete / deregister particular nodeSecret you need to send an empty nodeSecretN in the LicenseService.update()
e.g. nodeSecret4=d&nodeSecret5=e&nodeSecret2=a&nodeSecret3=&nodeSecret1=b
...where nodeSecret3 is a property to be deleted
Question
The text was updated successfully, but these errors were encountered: