FilterAssociationedit

The association with a ruleset or user auth token for a deployment, template, or product.

Propertiesedit

entity_type (string, required)
Type of the traffic filter ruleset association, such as 'deployment', 'cluster'
id (string, required)
ID of the entity, such as the deployment ID or Elasticsearch cluster ID.

Exampleedit

{
   "entity_type" : "string",
   "id" : "string"
}