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.
TrafficFilterRulesets
editTrafficFilterRulesets
editThe container for a set of traffic filter rulesets.
Properties
edit-
rulesets
(array[
TrafficFilterRulesetInfo
]
, required) - List of traffic filter rules
Example
edit{ "rulesets" : [ { "associations" : [ { "entity_type" : "string", "id" : "string" } ], "description" : "string", "id" : "string", "include_by_default" : true, "name" : "string", "region" : "string", "rules" : [ { "description" : "string", "id" : "string", "source" : "string" } ], "total_associations" : 0, "type" : "string" } ] }