A newer version is available. For the latest information, see the
current release documentation.
ProxyAllocationInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ProxyAllocationInfo
editThe single proxy allocation for a specified type, such as Elasticsearch, Kibana, or APM.
Properties
edit-
allocations_type
(string
, required) - The type of proxy allocations (e.g. Elasticsearch, Kibana, APM)
-
counts
(ProxyAllocationCounts
, required) - Proxy allocation counts.
Example
edit{ "allocations_type" : "string", "counts" : { "allocations" : 0, "connectors" : 0 } }