It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
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
-
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, "operation_mode" : "string", "signature" : "string", "start_date_in_millis" : 0, "subscription_type" : "string", "type" : "string", "uid" : "string", "version" : 0 }