Skip to main content

Web Service Method: Check whether Graphwise is Fully Started Up

09/12/2025

Description

Asks whether the Graphwise application running in the Kubernetes container is fully started up. The call returns a status value of either "UP" or "DOWN". This method works for all applications.

URL: /health/startup

Request

Supported Methods

GET

Response

JSON formatted response message

Request pattern

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

Example Request

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

Example Response

 {"status":"UP"}