ping
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