added response information for 1.8 health endpoint, resolves influxdata/DAR#135 (#1691)
parent
61ab6da647
commit
c4bf722f36
|
@ -146,6 +146,12 @@ Use this endpoint to check the health of your InfluxDB instance.
|
|||
curl -XGET "localhost:8086/health"
|
||||
```
|
||||
|
||||
##### /health endpoint responses
|
||||
| Response code | Health | Message | Status |
|
||||
|:------------- |:------ |:------- | ------:|
|
||||
| 200 | Healthy | `ready for queries and writes` | `pass` |
|
||||
| 503 | Unhealthy | | `fail` |
|
||||
|
||||
---
|
||||
|
||||
## InfluxDB 1.x HTTP endpoints
|
||||
|
|
Loading…
Reference in New Issue