IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
IpFilterRulesets
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
IpFilterRulesets
editThe container for a set of IP filter rulesets.
Properties
edit-
rulesets(array[IpFilterRuleset], required) - List of rules
Example
edit{
"rulesets" : [
{
"associations" : [
{
"entity_type" : "string",
"id" : "string"
}
],
"description" : "string",
"id" : "string",
"name" : "string",
"rules" : [
{
"description" : "string",
"id" : "string",
"source" : "string"
}
],
"total_associations" : 0
}
]
}