IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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" : [ { "azure_endpoint_guid" : "string", "azure_endpoint_name" : "string", "description" : "string", "egress_rule" : { "ports" : [ 0 ], "protocol" : "string", "target" : "string" }, "id" : "string", "source" : "string" } ], "type" : "string" }