mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-11 00:50:43 +02:00
Add /cluster/healthz API call
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user