Spaces Embed Service APIs - Health
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
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
Response samples
- 200
- 503
ok