Get allocator
Retrieves the allocator by the ID.
Responses
-
The information for the allocator specified by {allocator_id}
Hide response attributes Show response attributes object
-
The health status of the allocator.
Hide status attributes Show status attributes object
-
Whether the allocator is connected
-
Whether the allocator is healthy, meaning it is either connected or has no instances
-
Checks used to determine if an allocator is healthy or not
Hide health_checks attributes Show health_checks attributes object
-
Whether the allocator is in maintenance mode (meaning that new workload won't be assigned to it)
-
Timestamp when allocator last entered or exited maintenance mode
-
-
Identifier for this allocator
-
Identifier of the zone
-
Host IP of this allocator
-
Public hostname of this allocator
-
The total and used capacity of the allocator.
Hide capacity attributes Show capacity attributes object
-
The available and used memory of the allocator.
-
The storage capacity of the allocator.
-
Total number of CPUs available on this allocator
-
Additional bonus CPU shares available to Elasticsearch master instances
-
-
The settings for the allocator.
-
The status of the allocated Kibana instance or APM Server.
Hide instances attributes Show instances attributes object
-
Type of instance that is running
Values are
elasticsearch
,kibana
,apm
,integrations_server
,appsearch
, orenterprise_search
. -
Identifier for the cluster this instance belongs
-
Name of cluster this instance belongs, if available
-
Instance ID of the instance
-
Memory assigned to this instance
-
Indicates whether the instance is healthy
-
Indicates whether the cluster the instance belongs to is healthy
-
The instance configuration id of this instance
-
Indicates whether the instance is vacating away from this allocator. Note that this is currently not populated when returned from the search endpoint.
-
The plans associated with the current instance. Note that this is currently not populated when returned from the search endpoint.
Hide plans_info attributes Show plans_info attributes object
-
The id of the deployment this cluster belongs to.
-
-
Arbitrary metadata associated with this allocator
The key-value pair.
-
Build Info of the artifact
-
List of features associated with this allocator. Note this is only present for backwards compatibility purposes and is scheduled for removal in the next major version release.
-
External resources related to this allocator.
-
The region that this allocator belongs to. Only populated in SaaS or federated ECE.
-
-
The allocator specified by {allocator_id} cannot be found. (code:
allocators.allocator_not_found
)Hide headers attribute Show headers attribute
Hide response attribute Show response attribute object
-
A list of errors that occurred in the failing request
Hide errors attributes Show errors attributes object
-
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id}' \
--user "username:password"