ping
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
On this page
Endpoint URL
/ping
HTTP Method
GET
Description
Verifies that the HTTP service is running and connectable.
Note: To verify that the database can receive queries or check specific health metrics, use the /exec
and /query
endpoints.
Request Headers
The GET /ping
request does not require any request headers.
Request Body
The GET /ping
request does not require a request body.
Response
Successful requests return pong
as the response along with the HTTP status code 200 OK.
Example (Shell)
To make the GET /ping
request using cURL, run the cURL command followed by the target URL without any additional parameters.
HTTP Request
curl https://localhost:8080/ping
HTTP Response
pong
Last modified: May 5, 2023