TrafficFilterRulesetInfoedit

The container for a set of traffic filter rules.

Propertiesedit

associations (array[FilterAssociation])
List of associations. Returned only when include_associations query parameter is true
description (string)
Description of the ruleset
id (string, required)
The ruleset ID
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
total_associations (integer as int32)
Total number of associations. This includes associations the user does not have permission to view.Returned only when include_associations query parameter is true
type (string, required)
Type of the ruleset

Exampleedit

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