Skip to content

Combine Subscription and Node-Locked models in one product #109

Closed Answered by r-brown
r-brown asked this question in Questions
Discussion options

You must be logged in to vote

Configuration

The above scenario can be configured in NetLicensing using two licensing models - Node-Locked and Subscription.

where the Subscription model can specify the default package (e.g. 7 days) to be automatically assigned for every new customer:

... and Node-Locked model can specify 1 default node:

Validation

Customer validation request will request both product modules at once:

curl -X POST -H "Authorization: Basic ..." -H "Accept: application/xml" \
  -H "Content-type: application/x-www-form-urlencoded" \
  -d "dryRun=true&productModuleNumber=M7ARR47QI&nodeSecret=device-fingerprint0" \
  https://go.netlicensing.io/core/v2/rest/licensee/CUSTOMER-ID-01/validate

... and deliver …

Replies: 2 comments

Comment options

r-brown
Dec 30, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Comment options

r-brown
Dec 30, 2022
Maintainer Author

You must be logged in to vote
0 replies
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 #58 on October 30, 2023 05:20.