IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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" }