ProxyAllocationInfo
editProxyAllocationInfo
editThe single proxy allocation for a specified type, such as Elasticsearch, Kibana, or APM.
Properties
edit-
allocations_type
(string
; allowed values: [elasticsearch
,kibana
,apm
,integrations_server
,appsearch
,enterprise_search
], required) - The type of proxy allocations
-
counts
(ProxyAllocationCounts
, required) - Proxy allocation counts.
Example
edit{ "allocations_type" : "string", "counts" : { "allocations" : 0, "connectors" : 0 } }