IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
TrafficFilterRulesetInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
TrafficFilterRulesetInfo
editThe container for a set of traffic filter rules.
Properties
edit-
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(integerasint32) - 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
Example
edit{
"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"
}