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.
TrafficFilterRulesetRequest
editTrafficFilterRulesetRequest
editThe specification for traffic filter ruleset.
Properties
edit-
description
(string
) - Description of the ruleset
-
include_by_default
(boolean
, required) - Should the ruleset be automatically included in the new deployments
-
name
(string
, required) - Name of the ruleset
-
region
(string
, required) - The ruleset can be attached only to deployments in the specific region
-
rules
(array[
TrafficFilterRule
]
, required) - List of rules
-
type
(string
, required) - Type of the ruleset
Example
edit{ "description" : "string", "include_by_default" : true, "name" : "string", "region" : "string", "rules" : [ { "description" : "string", "id" : "string", "source" : "string" } ], "type" : "string" }