System Information
/pingCheck server status
Check the status of your InfluxDB Enterprise 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
/shard-statusGet shard status
curl --request GET \
"http://localhost:8086/shard-status" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
databases
object[]name
stringretention_policies
object[]name
stringreplication_factor
integershards
object[]/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.12.2"message
string"ready for queries and writes"name
string"influxdb"status
stringpass
, failversion
string"1.12.2"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 Enterprise v1 and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.