Skip to content

Commit d0a07bb

Browse files
Merge pull request #2262 from rabbitmq/md/health-check-is-in-service
Document the new is-in-service health-check API call
2 parents e7a031e + 6885288 commit d0a07bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/http-api-reference.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,13 @@ otherwise responds with a 503 Service Unavailable.
16951695

16961696
Relevant documentation guide: <a href="./quorum-queues">Quorum Queues</a>.
16971697

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+
16981705
### GET /api/rebalance/queues
16991706

17001707
Rebalances all queues in all vhosts.

0 commit comments

Comments
 (0)