TrafficFilterRulesetRequestedit

The specification for traffic filter ruleset.

Propertiesedit

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

Exampleedit

{
   "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"
}