Skip to content
Discussion options

You must be logged in to vote

Licensee Secret is a deprecated feature and effectively has been replaced by the Node-Locked licensing model.
licenseeSecret property 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 licenseeSecret property; an empty value needs to be provided.

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:

  • cust02%40local.local (cust@local.local) - …

Replies: 1 comment

Comment options

r-brown
Nov 3, 2022
Maintainer Author

You must be logged in to vote
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
Labels
question Further information is requested
1 participant
Converted from issue

This discussion was converted from issue #53 on October 30, 2023 05:26.