Add /cluster/healthz API call

Patrick Schmidt 2022-07-31 12:05:51 +02:00
parent fb8fd1a060
commit 41eda9fecd

@ -135,6 +135,14 @@ curl "http://10.0.2.15:9333/cluster/status?pretty=y"
}
```
### Check System Status
```bash
curl -I "http://10.0.2.15:9333/cluster/healthz"
HTTP/1.1 200 OK
Date: Sun, 31 Jul 2022 10:05:07 GMT
```
### Check Writable Volume Status
```