Ping
/pingGet the status of the instance
Retrieves the status and InfluxDB version of the instance.
Use this endpoint to monitor uptime for the InfluxDB instance. The response
returns a HTTP 204 status code to inform you the instance is available.
This endpoint doesn’t require authentication.
curl --request GET \
"https://cluster-host.com/ping" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
InfluxDB Cloud
- Doesn’t return this error.
/pingGet the status of the instance
Returns the status and InfluxDB version of the instance.
Use this endpoint to monitor uptime for the InfluxDB instance. The response
returns a HTTP 204 status code to inform you the instance is available.
This endpoint doesn’t require authentication.
curl --request HEAD \
"https://cluster-host.com/ping" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
InfluxDB Cloud
- Doesn’t return this error.
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 Clustered and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.