Waiting for engine...
Skip to main content

Spaces Embed Service APIs - Health

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Health

Liveness check consumed by the Application Load Balancer (ALB) target group and Kubernetes probes.

Liveness check

Returns 200 with the literal body "ok" when the service is up. No auth required. This route itself performs no downstream dependency checks and always returns 200 while the process is running.

Infrastructure-level health is reported separately by the Spring Boot Actuator health endpoints (/actuator/health, /actuator/health/readiness, /actuator/health/liveness), which are not part of this API reference. The 503 response below documents that down signal, not a code path of this route.

Responses

Response Schema: text/plain
any

Response samples

Content type
text/plain
ok