AllocatedInstanceStatusedit

Status for an allocated instance

Propertiesedit

cluster_healthy (boolean)
Indicates whether the cluster the instance belongs to is healthy
cluster_id (string)
Identifier for the cluster this instance belongs
cluster_name (string)
Name of cluster this instance belongs, if available
cluster_type (string)
Type of instance that is running. E.g. elasticsearch, kibana
healthy (boolean)
Indicates whether the instance is healthy
instance_name (string)
Instance ID of the instance
node_memory (integer as int32)
Memory assigned to this instance

Exampleedit

{
   "cluster_healthy" : true,
   "cluster_id" : "string",
   "cluster_name" : "string",
   "cluster_type" : "string",
   "healthy" : true,
   "instance_name" : "string",
   "node_memory" : 0
}