Check system readiness status
GET {{baseUrl}}/readiness
Assesses the readiness of the system and its critical components. This endpoint determines if the system is prepared to handle requests by evaluating the status of essential services and dependencies.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e","status_code":"\u003cinteger\u003e","components":[{"name":"\u003cstring\u003e","status":"\u003cstring\u003e","observation_ts":"\u003cdateTime\u003e"},{"name":"\u003cstring\u003e","status":"\u003cstring\u003e","observation_ts":"\u003cdateTime\u003e"}]}