ProxyAllocationInfoedit

The single proxy allocation for a specified type, such as Elasticsearch, Kibana, or APM.

Propertiesedit

allocations_type (string, required)
The type of proxy allocations (e.g. Elasticsearch, Kibana, APM)
counts (ProxyAllocationCounts, required)
Proxy allocation counts.

Exampleedit

{
   "allocations_type" : "string",
   "counts" : {
      "allocations" : 0,
      "connectors" : 0
   }
}