diff --git a/content/influxdb/v1.8/tools/api.md b/content/influxdb/v1.8/tools/api.md index 8bd41eb8b..879db6da2 100644 --- a/content/influxdb/v1.8/tools/api.md +++ b/content/influxdb/v1.8/tools/api.md @@ -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