Apply Rulepack to Connections
Replace the set of connections this rulepack is applied to. After the call, the rulepack is attached to exactly the supplied connections (additions and removals as needed). Non-rulepack attributes on each affected connection are preserved. Pass an empty array to remove the rulepack from all connections. Returns 400 with a list of missing names if any connection in the request does not exist.
Path Parameters
Rulepack ID
Body
Connections to apply the rulepack to
Names of connections this rulepack should be applied to. Replace-all semantics: after the call, the rulepack is attached to exactly these connections. Connections previously tagged with this rulepack that are not in the list lose the tag; non-rulepack attributes on every affected connection are preserved. Pass an empty array to remove the rulepack from all connections.
["pgdemo", "mysql-prod"]Response
No Content