System Information
/pingCheck server status
Check the status of your InfluxDB instance and retrieve version information.
The /ping endpoint returns a 204 No Content response by default.
Use the verbose=true query parameter to return a 200 OK response,
which is required for Google Cloud Load Balancing health checks.
Parameters
Query parameters
verbose
booleantrue, returns HTTP 200 instead of 204. Required for Google Cloud Load Balancing health checks.curl --request GET \
"http://localhost:8086/ping" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
/pingCheck server status (HEAD)
curl --request HEAD \
"http://localhost:8086/ping" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
/health
v2Check server health
pass or fail status.curl --request GET \
"http://localhost:8086/health" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
message
string"ready for queries and writes"name
string"influxdb"status
stringpass
, failversion
string"1.8.10"message
string"ready for queries and writes"name
string"influxdb"status
stringpass
, failversion
string"1.8.10"Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.