Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 452 Bytes

File metadata and controls

19 lines (16 loc) · 452 Bytes

Liveness Checker

API endpoints

GET /health

Gets the health info of the service. e.g.
```
{
    "build_info": {
        "version": "v1.0.1-267-ge1617c5b",
        "commit": "e1617c5b0121182cfd2b610dc518e4753e56440e",
        "date": "2022-10-25T11:01:52Z"
    },
    "started_at": "2022-10-25T11:10:45.152629597Z"
}
```

GET /status

Gets the status of all the services of the deployment