Utility Services
Licensing Models list
Return a list of all licensing models supported by the service.
HTTP Method / URL | GET /core/v2/rest/utility/licensingModels |
Security |
|
Request Header | Accept: application/json | application/xml |
Request Parameters | - None - |
HTTP Status Code | 200 - Successful request |
Request
GET https://go.netlicensing.io/core/v2/rest/utility/licensingModels
Accept: application/xml
Response
<netlicensing xmlns="http://netlicensing.labs64.com/schema/context">
<items>
<item type="LicensingModelProperties">
<property name="name">TimeLimitedEvaluation</property>
</item>
<item type="LicensingModelProperties">
<property name="name">FeatureWithTimeVolume</property>
</item>
</items>
</netlicensing>
Try it now
$ curl --header "Accept: application/xml" --insecure --user demo:demo --request GET https://go.netlicensing.io/core/v2/rest/utility/licensingModels
$ curl --header "Accept: application/json" --insecure --user demo:demo --request GET https://go.netlicensing.io/core/v2/rest/utility/licensingModels
License Types list
Return a list of all license types supported by the service.
HTTP Method / URL | GET /core/v2/rest/utility/licenseTypes |
Security |
|
Request Header | Accept: application/json | application/xml |
Request Parameters | - None - |
HTTP Status Code | 200 - Successful request |
Request
GET https://go.netlicensing.io/core/v2/rest/utility/licenseTypes
Accept: application/xml
Response
<netlicensing xmlns="http://netlicensing.labs64.com/schema/context">
<items>
<item type="LicenseType">
<property name="name">FEATURE</property>
</item>
<item type="LicenseType">
<property name="name">TIMEVOLUME</property>
</item>
</items>
</netlicensing>
Try it now
$ curl --header "Accept: application/xml" --insecure --user demo:demo --request GET https://go.netlicensing.io/core/v2/rest/utility/licenseTypes
$ curl --header "Accept: application/json" --insecure --user demo:demo --request GET https://go.netlicensing.io/core/v2/rest/utility/licenseTypes