Licensing Information Data Type

Licensing information details for an organization

Properties
Name Type Description
organizationStatus Organization Status Organization status
messageOfTheDay Message of the Day Message of the Day
licensedServices array of Licensed Service Information and status for licensed services
licensedUsage array of Licensed Usage Information and usage of licenses
unlicensedUsage array of Unlicensed Usage Information, usage and license suggestions for unlicensed consumption of services/features

Example

{
  "organizationStatus" : {
    "overallComplianceStatus" : "VALID",
    "connectedToLicensingInfrastructure" : true,
    "groupLicensing" : false,
    "licensingInfrastructureLastContact" : "2017-01-01T11:04:30.45Z",
    "orgId" : "999000000"
  },
  "messageOfTheDay" : {
    "contentType" : "text/html",
    "message" : "PGgyPk1lc3NhZ2UgZnJvbSBCbGFja0JlcnJ5PC9oMj4NCjxwPk5ldyBvZmZlcmluZyBmcm9tIEJsYWNrQmVycnkgc2VlIDogPGEgaHJlZj0iaHR0cDovL3d3dy5ibGFja2JlcnJ5LmNvbS8iPiBodHRwOi8vd3d3LmJsYWNrYmVycnkuY29tLyA8L2E+IDwvcD4="
  },
  "licensedServices" : [ {
    "id" : "watchdox.blackberry.com",
    "name" : "BlackBerry Workspaces",
    "description" : "BlackBerry Workspaces",
    "inGracePeriod" : true,
    "gracePeriodDaysRemaining" : 15,
    "compliant" : true,
    "activatedFeatures" : [ "MDM_CONTROLS", "enterprise.watchdox.blackberry.com" ],
    "complianceStateDescription" : "In compliance",
    "complianceStateDescriptionDetails" : "This service is in compliance."
  }, {
    "id" : "...",
    "name" : "...",
    "description" : "...",
    "inGracePeriod" : false,
    "gracePeriodDaysRemaining" : 12345,
    "compliant" : false,
    "activatedFeatures" : [ "enterprise.watchdox.blackberry.com", "MDM_CONTROLS" ],
    "complianceStateDescription" : "...",
    "complianceStateDescriptionDetails" : "..."
  } ],
  "licensedUsage" : [ {
    "id" : "gsc.license.blackberry.com",
    "name" : "BlackBerry Enterprise Mobility Suite - Content Edition",
    "totalServerLicenses" : 500,
    "availableServerLicenses" : 450,
    "usedServerLicenses" : 50,
    "usedSimLicenses" : 25,
    "totalLicensesInUse" : 75,
    "trial" : true,
    "trialDaysRemaining" : 15,
    "licenseInfo" : [ {
      "type" : "TRIAL",
      "expirationDate" : "2019-05-30T11:04:30.45Z",
      "aboutToExpire" : true,
      "quantity" : 10,
      "statusType" : "WARNING",
      "statusDescription" : "10 Trial licenses expire on 05/30/2019"
    }, {
      "type" : "SUBSCRIPTION",
      "expirationDate" : "...",
      "aboutToExpire" : false,
      "quantity" : 50,
      "statusType" : "INFO",
      "statusDescription" : "50 Subscription licenses start on 06/01/2019 and end on 05/31/2020"
    } ],
    "featureUsage" : [ {
      "id" : "MDM_CONTROLS",
      "consumed" : 10
    }, {
      "id" : "...",
      "consumed" : 12345
    } ]
  }, {
    "id" : "...",
    "name" : "...",
    "totalServerLicenses" : 12345,
    "availableServerLicenses" : 12345,
    "usedServerLicenses" : 12345,
    "usedSimLicenses" : 12345,
    "totalLicensesInUse" : 12345,
    "trial" : true,
    "trialDaysRemaining" : 12345,
    "licenseInfo" : [ {
      "type" : "SUBSCRIPTION",
      "expirationDate" : "...",
      "aboutToExpire" : false,
      "quantity" : 50,
      "statusType" : "INFO",
      "statusDescription" : "50 Subscription licenses start on 06/01/2019 and end on 05/31/2020"
    }, {
      "type" : "SUBSCRIPTION",
      "expirationDate" : "...",
      "aboutToExpire" : false,
      "quantity" : 50,
      "statusType" : "INFO",
      "statusDescription" : "50 Subscription licenses start on 06/01/2019 and end on 05/31/2020"
    } ],
    "featureUsage" : [ {
      "id" : "...",
      "consumed" : 12345
    }, {
      "id" : "...",
      "consumed" : 12345
    } ]
  } ],
  "unlicensedUsage" : [ {
    "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" : "..."
    } ]
  }, {
    "consumedTotal" : 12345,
    "features" : [ {
      "id" : "...",
      "name" : "...",
      "description" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "description" : "..."
    } ],
    "suggestedLicenses" : [ {
      "id" : "...",
      "name" : "...",
      "description1" : "...",
      "description2" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "description1" : "...",
      "description2" : "..."
    } ]
  } ]
}