Ping
/pingGet the status of the instance
Reports the InfluxQL bridge querier health and the InfluxDB version of the instance.
The response is a HTTP 204 status code to inform you the querier is available.
For InfluxDB 3 Cloud Dedicated, this endpoint only checks the status of queriers; doesn’t check the status of ingesters.
To check the health of ingesters before writing data, send a request to one of the write endpoints.
This endpoint doesn’t require authentication.
curl --request GET \
"https://cluster-id.a.influxdb.io/ping" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
InfluxDB Cloud
- Doesn’t return this error.
/pingGet the status of the instance
Reports the InfluxQL bridge querier health and the InfluxDB version of the instance.
The response is a HTTP 204 status code to inform you the querier is available.
For InfluxDB 3 Cloud Dedicated, this endpoint only checks the status of queriers; doesn’t check the status of ingesters.
To check the health of ingesters before writing data, send a request to one of the write endpoints.
This endpoint doesn’t require authentication.
curl --request HEAD \
"https://cluster-id.a.influxdb.io/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 Cloud Dedicated and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.