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.
ProxiesFilteredGroup
editProxiesFilteredGroup
editA set of proxy filters with an expected number of matching proxies.
Properties
edit-
expected_proxies_count
(integer
asint32
, required) - Expected minimum number of proxies matching all filters in this group
-
filters
(array[
ProxiesFilter
]
, required) - Filters to be matched
-
id
(string
) - Identifier of the filtered group of proxies
Example
edit{ "expected_proxies_count" : 0, "filters" : [ { "key" : "string", "value" : "string" } ], "id" : "string" }