LicensingApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
generateDongleDump | GET /licensing/generate-dongle-dump | Generates dongle dump |
getCloudLicensingInfo | GET /licensing/cloud | Get currently used cloud license information |
getDongles | GET /licensing/dongles | Get currently attached dongles to the licensing service |
getInternetLicensingInfo | GET /licensing/internet | Get currently used internet license information |
getLicensingToken | GET /licensing/token | Get the current licensing token |
getLicensingUsage | GET /licensing/usage | Get the usage details of the licensing operations |
getUpdateStatus | GET /licensing/update-status | Get the current status of the update in licensing service |
updateDongle | POST /licensing/update | Apply update to the licensing service |
generateDongleDump
String generateDongleDump()
Generates dongle dump
Parameters
This endpoint does not need any parameter.
Return type
String
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getCloudLicensingInfo
List getCloudLicensingInfo()
Get currently used cloud license information
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getDongles
List getDongles()
Get currently attached dongles to the licensing service
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getInternetLicensingInfo
List getInternetLicensingInfo()
Get currently used internet license information
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getLicensingToken
String getLicensingToken()
Get the current licensing token
Parameters
This endpoint does not need any parameter.
Return type
String
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getLicensingUsage
List getLicensingUsage()
Get the usage details of the licensing operations
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
getUpdateStatus
String getUpdateStatus()
Get the current status of the update in licensing service
Parameters
This endpoint does not need any parameter.
Return type
String
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json, /
updateDongle
String updateDongle(body)
Apply update to the licensing service
Parameters
Name | Type | Description | Notes |
---|---|---|---|
body | String |
Return type
String
Authorization
HTTP request headers
- Content-Type: text/plain
- Accept: application/json, /