Get associated rulesets
开发环境
http://127.0.0.1
开发环境
http://127.0.0.1
GET
/deployments/traffic-filter/associations/{association_type}/{associated_entity_id}/rulesets
DeploymentsTrafficFilter
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1/deployments/traffic-filter/associations///rulesets' \
--header 'Authorization: ApiKey {{EC_API_KEY}}'
响应示例响应示例
200 - 示例 1
{
"rulesets": [
"string"
]
}
请求参数
Path 参数
association_type
必需
associated_entity_id
必需
Header 参数
Authorization
string
可选
默认值:
ApiKey {{EC_API_KEY}}