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.
ProxiesAllocationsInfo
editProxiesAllocationsInfo
editThe allocation status for a specified type, such as Elasticsearch, Kibana, or APM. The status is part of the overall proxy health information.
Properties
edit-
allocations_type
(string
, required) - The type of proxy allocations (e.g. Elasticsearch, Kibana, APM)
-
max_allocations
(integer
asint32
, required) - The maximum number of allocations
-
proxies_at_max_allocations
(integer
asint32
, required) - The number of proxies that have the maximum number of allocations
Example
edit{ "allocations_type" : "string", "max_allocations" : 0, "proxies_at_max_allocations" : 0 }