LicenseInfoedit

Information about a license

Propertiesedit

cluster_licenses (array[ClusterLicenseInfo])
List of cluster licenses
expiry_date_in_millis (integer as int64, required)
When the license expires, in milliseconds since the Unix epoch
issue_date_in_millis (integer as int64, required)
When the license was issued, in milliseconds since the Unix epoch
issued_to (string, required)
Entity the license was issued to
issuer (string, required)
Issuer of the license
max_allocators (integer as int32)
Maximum number of allocators. Empty for version >= 3
max_instances (integer as int32)
Maximum number of instances. Only present for version 3
max_ram_per_allocator_mb (integer as int32)
Maximum RAM per allocator in MB. Empty for version >= 3
operation_mode (string)
Operation mode
signature (string, required)
Digital signature
start_date_in_millis (integer as int64, required)
Initial validity of the license, in milliseconds since the Unix epoch
subscription_type (string)
Type of the license subscription
type (string, required)
Type of the license
uid (string, required)
Unique identifier of the license
version (integer as int32)
Version of the license

Exampleedit

{
   "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,
   "operation_mode" : "string",
   "signature" : "string",
   "start_date_in_millis" : 0,
   "subscription_type" : "string",
   "type" : "string",
   "uid" : "string",
   "version" : 0
}