ApiLicense Data Model

Information about the Cloudera Manager license.

Properties
name data type description
owner string The owner (organization name) of the license.
uuid string A UUID of this license.
expiration string The expiration date.

Example

{
  "owner" : "...",
  "uuid" : "...",
  "expiration" : "..."
}