LicenseObjectedit

The container for a license.

Propertiesedit

license (LicenseInfo, required)
License data
usage_stats (UsageStats)
Information about current usage.

Exampleedit

{
   "license" : {
      "cluster_licenses" : [
         {
            "license" : {}
         }
      ],
      "expiry_date_in_millis" : 0,
      "issue_date_in_millis" : 0,
      "issued_to" : "string",
      "issuer" : "string",
      "max_allocators" : 0,
      "max_instances" : 0,
      "max_ram_per_allocator_mb" : 0,
      "max_resource_units" : 0,
      "operation_mode" : "string",
      "signature" : "string",
      "start_date_in_millis" : 0,
      "subscription_type" : "string",
      "type" : "string",
      "uid" : "string",
      "version" : 0
   },
   "usage_stats" : {
      "total_connected_memory_total" : 0
   }
}