跳转到内容

Liveness probe for the Native service.

GET
/health
curl --request GET \
--url https://native-api.sudomimus.com/health

Service is ready.

Media type application/json
object
ready
required
boolean
service
required
string
version
required
string
Example generated
{
"ready": true,
"service": "example",
"version": "example"
}