list_connections
List RabbitMQ client connections grouped by peer host, ordered by activity. Use to spot connection hotspots and support root-cause analysis of connection issues.
Instructions
[READ] Client connections grouped by peer host, busiest first.
Args: target: rabbitmq target name from config; omit for the default.
Returns an envelope: {"connections": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there is more than was returned — do not treat this as the complete set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |