added response information for 1.8 health endpoint, resolves influxdata/DAR#135 (#1691)

pull/1713/head
Scott Anderson 2020-10-22 09:22:36 -06:00 committed by GitHub
parent 61ab6da647
commit c4bf722f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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