curl --location --request GET 'http://127.0.0.1/deployments/traffic-filter/rulesets' \
--header 'Authorization: ApiKey {{EC_API_KEY}}'
{
"rulesets": [
{
"associations": [
{
"id": "string",
"entity_type": "string"
}
],
"description": "string",
"rules": [
{
"azure_endpoint_name": "string",
"egress_rule": {
"protocol": "all",
"target": "string",
"ports": [
0
]
},
"description": "string",
"source": "string",
"azure_endpoint_guid": "string",
"id": "string"
}
],
"region": "string",
"include_by_default": true,
"total_associations": 0,
"type": "string",
"id": "string",
"name": "string"
}
]
}