LicenseInfo
editLicenseInfo
editInformation about a license.
Properties
edit-
cluster_licenses
(array[
ClusterLicenseInfo
]
) - List of cluster licenses
-
expiry_date_in_millis
(integer
asint64
, required) - When the license expires, in milliseconds since the Unix epoch
-
issue_date_in_millis
(integer
asint64
, 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
asint32
) - Maximum number of allocators. Empty for version >= 3
-
max_instances
(integer
asint32
) - Maximum number of instances. Only present for version 3
-
max_ram_per_allocator_mb
(integer
asint32
) - Maximum RAM per allocator in MB. Empty for version >= 3
-
max_resource_units
(integer
asint32
) - Maximum number of resource units, where each unit is 64GB. Only present for version > 3
-
operation_mode
(string
) - Operation mode
-
signature
(string
, required) - Digital signature
-
start_date_in_millis
(integer
asint64
, 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
asint32
) - Version of the license
Example
edit{ "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 }