-
|
Question |
Beta Was this translation helpful? Give feedback.
Answered by
r-brown
Nov 3, 2022
Replies: 1 comment
-
|
Licensee Secret is a deprecated feature and effectively has been replaced by the Node-Locked licensing model. We advise using NetLicensing RESTful API to manipulate licensee properties. Below curl example can be used to unset curl -X POST \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Accept: application/xml' \
--header 'Authorization: Basic ...' \
-d 'licenseeSecret=' \
'https://go.netlicensing.io/core/v2/rest/licensee/cust02%40local.local' | xmllint --format -where:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
r-brown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Licensee Secret is a deprecated feature and effectively has been replaced by the Node-Locked licensing model.
licenseeSecretproperty support was also removed from the NetLicensing Management Console.We advise using NetLicensing RESTful API to manipulate licensee properties.
Below curl example can be used to unset
licenseeSecretproperty; an empty value needs to be provided.where:
cust02%40local.local (cust@local.local)- …