cURL
curl --request GET \ --url https://{host}/api/ping
{ "message": "ok", "status": 200 }
End-to-end connectivity check to ensure the API subsystem and database are reachable.
Maximum time in seconds for the server to respond before returning a timeout error. Default is 30. Valid range is 15–180.
15 <= x <= 180
Successful response; API subsystem is healthy.
HTTP response code for the request.
200
400
500
Detailed message for the response status.