Skip to main content

Web Service Method: Check whether Graphwise Container is Ready for Traffic

22/04/2026

Description

Asks whether the Kubernetes container hosting the Graphwise application is ready to accept traffic. The call returns a status value of either "UP" or "DOWN". This method works for all applications.

URL: /health/readiness

Request

Supported Methods

GET

Response

JSON formatted response message

Request pattern

http://<server-url>/health/readiness
Examples

Example Request

http://example.org/GraphSearch/health/readiness

Example Response

 {"status":"UP"}