Create a ruleset
Creates a ruleset that consists of a set of rules.
Body
Required
The specification for traffic filter ruleset.
-
name
string Required Name of the ruleset
-
description
string Description of the ruleset
-
type
string Required Type of the ruleset
-
include_by_default
boolean Required Should the ruleset be automatically included in the new deployments
-
region
string Required The ruleset can be attached only to deployments in the specific region
-
rules
array[object] Required List of rules
The container for a traffic filter rule.
POST
/deployments/traffic-filter/rulesets
curl \
--request POST 'https://api.elastic-cloud.com/api/v1/deployments/traffic-filter/rulesets' \
--header "Content-Type: application/json" \
--data '{"name":"string","description":"string","type":"string","include_by_default":true,"region":"string","rules":[{"id":"string","remote_cluster_org_id":"string","remote_cluster_id":"string","description":"string","source":"string","azure_endpoint_name":"string","azure_endpoint_guid":"string","egress_rule":{"target":"string","ports":[42],"protocol":"all"}}]}'