ProxiesAllocationsInfoedit

The allocation status for a specified type, such as Elasticsearch, Kibana, or APM. The status is part of the overall proxy health information.

Propertiesedit

allocations_type (string, required)
The type of proxy allocations (e.g. Elasticsearch, Kibana, APM)
max_allocations (integer as int32, required)
The maximum number of allocations
proxies_at_max_allocations (integer as int32, required)
The number of proxies that have the maximum number of allocations

Exampleedit

{
   "allocations_type" : "string",
   "max_allocations" : 0,
   "proxies_at_max_allocations" : 0
}