We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7a031e + 6885288 commit d0a07bbCopy full SHA for d0a07bb
docs/http-api-reference.md
@@ -1695,6 +1695,13 @@ otherwise responds with a 503 Service Unavailable.
1695
1696
Relevant documentation guide: <a href="./quorum-queues">Quorum Queues</a>.
1697
1698
+### GET /api/health/checks/is-in-service
1699
+
1700
+Responds a 200 OK if the target node is booted, running, and ready to
1701
+serve clients, otherwise responds with a 503 Service Unavailable. If the
1702
+target node is being drained for maintenance then this check returns 503
1703
+Service Unavailable.
1704
1705
### GET /api/rebalance/queues
1706
1707
Rebalances all queues in all vhosts.
0 commit comments