Unlicensed Usage Data Type

Unlicensed usage details.

Properties
Name Type Description
consumedTotal number Number of features used without a license
features array of Feature List of features used without a license
suggestedLicenses array of Suggested License List of suggested licenses for features that are being used without a license

Example

{
  "consumedTotal" : 10,
  "features" : [ {
    "id" : "enterprise.watchdox.blackberry.com",
    "name" : "WatchDox Enterprise Edition",
    "description" : "WatchDox Enterprise Edition"
  }, {
    "id" : "...",
    "name" : "...",
    "description" : "..."
  } ],
  "suggestedLicenses" : [ {
    "id" : "gsc.license.blackberry.com",
    "name" : "BlackBerry Enterprise Mobility Suite - Content Edition",
    "description1" : "Activation types: Work and personal - Corporate...",
    "description2" : "Suite includes: UEM, secure browser..."
  }, {
    "id" : "...",
    "name" : "...",
    "description1" : "...",
    "description2" : "..."
  } ]
}