error-pages/test/hurl/healthz.hurl
2022-01-27 17:29:49 +05:00

13 lines
168 B
Plaintext

GET http://{{ host }}:{{ port }}/healthz
HTTP/* 200
```OK```
# Next endpoint marked as deprecated
GET http://{{ host }}:{{ port }}/health/live
HTTP/* 200
```OK```