Get associated deployments
Retrieves a list of deployments that are associated to the specified ruleset.
Path parameters
-
The mandatory ruleset ID.
GET /deployments/traffic-filter/rulesets/{ruleset_id}/associations
curl \
-X GET https://api.elastic-cloud.com/api/v1/deployments/traffic-filter/rulesets/{ruleset_id}/associations
Response examples (200)
{
"associations": [
{
"entity_type": "string",
"id": "string"
}
],
"total_associations": 42
}
Response examples (500)
# Headers
x-cloud-error-codes: traffic_filter.request_execution_failed
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}