Skip to content

Commit 1267d29

Browse files
committed
Port 6885288 to 4.1.x edition (is-in-service API health check)
The new check was backported in rabbitmq/rabbitmq-server#13876
1 parent d0a07bb commit 1267d29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

versioned_docs/version-4.1/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)