Skip to content

Order Management System REST API - Diagnostics Controller

The diagnostics/health URI provides a complete service status check.

GET /diagnostics/health

Checks the full status of the service.

CodeStatusDescription
200SuccessService is running. Content is one of the health check values below.
503FailureService is running and unhealthy. Content is one of the health check values below.
OtherFailureService is not running.
ValueDescription
HealthyNo problems detected.
DegradedProblems detected. Functionality may be impaired or data out of date.
UnhealthyMajor problems detected. The service is not functional and should not be relied upon.