Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/http-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,9 @@ Responds a 200 OK if if all given protocols have active listeners,
otherwise responds with a 503 Service Unavailable. Multiple protocols
may be provided by separating the names with commas.

Valid protocol names are: `amqp091`, `amqp10`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
Valid protocol names are: `amqp`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
To check for the encrypted listeners, add an `s` to the protocol name, for
example `amqps` or `mqtts`.

### GET /api/health/checks/virtual-hosts

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-4.0/http-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,9 @@ Relevant documentation guides: <a href="./networking">Networking</a>.
Responds a 200 OK if there is an active listener for the given protocol,
otherwise responds with a 503 Service Unavailable.

Valid protocol names are: `amqp091`, `amqp10`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
Valid protocol names are: `amqp`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
To check for the encrypted listeners, add an `s` to the protocol name, for
example `amqps` or `mqtts`.

### GET /api/health/checks/virtual-hosts

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-4.1/http-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,9 @@ Responds a 200 OK if if all given protocols have active listeners,
otherwise responds with a 503 Service Unavailable. Multiple protocols
may be provided by separating the names with commas.

Valid protocol names are: `amqp091`, `amqp10`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
Valid protocol names are: `amqp`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
To check for the encrypted listeners, add an `s` to the protocol name, for
example `amqps` or `mqtts`.

### GET /api/health/checks/virtual-hosts

Expand Down