It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
IpFilterRuleset
editIpFilterRuleset
editThe container for a set of IP 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
) - The ruleset ID
-
name
(string
, required) - Name of the ruleset
-
rules
(array[
IpFilterRule
]
, required) - List of rules
-
total_associations
(integer
asint32
) - Total number of associations. This includes associations the user does not have permission to view.Returned only when include_associations query parameter is true
Example
edit{ "associations" : [ { "entity_type" : "string", "id" : "string" } ], "description" : "string", "id" : "string", "name" : "string", "rules" : [ { "description" : "string", "id" : "string", "source" : "string" } ], "total_associations" : 0 }