Skip to content

Commit 967fc43

Browse files
committed
Document 'below-node-connection-limit' API health check
1 parent 1267d29 commit 967fc43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/http-api-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,12 @@ serve clients, otherwise responds with a 503 Service Unavailable. If the
17021702
target node is being drained for maintenance then this check returns 503
17031703
Service Unavailable.
17041704

1705+
### GET /api/health/checks/below-node-connection-limit
1706+
1707+
Responds a 200 OK if the target node has fewer connections to the AMQP
1708+
and AMQPS ports than the configured maximum, otherwise responds with a
1709+
503 Service Unavailable.
1710+
17051711
### GET /api/rebalance/queues
17061712

17071713
Rebalances all queues in all vhosts.

0 commit comments

Comments
 (0)