Summary:
Lists used and available license metrics.
URL:
http(s)://{server hostname}/api/licenseinfo
Methods summary
- GET Method - lists used and available license metrics.
GET Method detail
Returns used and available license metrics.
Response:
Response details license information and metrics.
Example:
INPUT
curl -u admin:admin https://localhost/api/licenseinfo?media=json
OUTPUT
{
"serverId" : "4bf1a9d8-9d65-4d9d-b2b1-ac42c0c0ad39",
"expiryDate" : "Fri Sep 23 17:36:18 BST 2022",
"licenseType" : "Evaluation",
"platform" : "Windows",
"licenses" : [ {
"name" : "EOSprovost",
"displayName" : "Entuity Core",
"enabled" : true,
"module" : false,
"fromLicenseServer" : false,
"usageInfo" : null,
"expiryInfo" : {
"licensed" : true,
"expired" : false,
"expiry" : 1663950978000,
"asString" : "Valid: 17:36:18, 23 Sep 2022"
},
"source" : "Local License File"
}, {
"name" : "EOSBasicDevices",
"displayName" : "Basic Managed Devices",
"enabled" : true,
"module" : false,
"fromLicenseServer" : false,
"usageInfo" : {
"name" : "EOSBasicDevices",
"displayName" : "Basic Managed Device",
"total" : 100,
"used" : 0,
"unlimited" : false,
"available" : 100
},
Comments
0 comments
Please sign in to leave a comment.