Page cover

Service Information

auth not required

This endpoint is used to retrieve information about services.

This endpoint may be used to check the status of the system and in future may provide other information.

GET /api/v1/{service}/info

The info endpoint exists on all services and may be used to fetch additional information as needed.

Example

GET /api/v1/routing/info
{
    "info": {
        "service": "routing",
        "application": "service",
        "instance": "routing.service:xyywgdhn22hrg",
        "applicationLaunchTime": "2023-02-22T00:39:57.2438885Z",
        "build": {
            "version": "2.4.1",
            "commit": "872bb5ada4dd133cc1dd32bcd0124e85f090d864",
            "branch": "TELO-5073-query-order-endpoint-but-with-",
            "iso8601": "2023-02-21T19:43:39.0000000Z",
            "unixSeconds": 1677008619
        }
    },
    "status": "ok",
    "httpStatusCode": 200
}

Last updated