A newer version is available. For the latest information, see the
current release documentation.
LicenseInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
LicenseInfo
editInformation about a license.
Properties
edit-
cluster_licenses(array[ClusterLicenseInfo]) - List of cluster licenses
-
expiry_date_in_millis(integerasint64, required) - When the license expires, in milliseconds since the Unix epoch
-
issue_date_in_millis(integerasint64, 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(integerasint32) - Maximum number of allocators. Empty for version >= 3
-
max_instances(integerasint32) - Maximum number of instances. Only present for version 3
-
max_ram_per_allocator_mb(integerasint32) - Maximum RAM per allocator in MB. Empty for version >= 3
-
max_resource_units(integerasint32) - 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(integerasint64, 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(integerasint32) - 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
}