Skip to content

/v1/ping

GET
/v1/ping
curl --request GET \
--url http://localhost:8787/v1/ping

Liveness check.

Media typeapplication/json
object
ok
required
boolean
ts
required
string
Example
{
"ok": true
}