IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
TrafficFilterRulesets
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
TrafficFilterRulesets
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" : [
{
"azure_endpoint_guid" : "string",
"azure_endpoint_name" : "string",
"description" : "string",
"egress_rule" : {
"ports" : [
0
],
"protocol" : "string",
"target" : "string"
},
"id" : "string",
"source" : "string"
}
],
"total_associations" : 0,
"type" : "string"
}
]
}