Health & Versioning
get
Endpoint used for Kubernetes health and live checks.
Authorizations
sessionidstringOptional
Log in using the POST /api/v1/auth/ endpoint
Responses
200Success
application/json
get
/api/v1/live/GET /api/v1/live/ HTTP/1.1
Host: /
Accept: */*
200Success
{
"status": "text"
}get
Authorizations
sessionidstringOptional
Log in using the POST /api/v1/auth/ endpoint
Responses
200Success
application/json
get
/api/v1/tasks/get_versions/GET /api/v1/tasks/get_versions/ HTTP/1.1
Host: /
Accept: */*
200Success
{
"core_api": "text",
"core": "text",
"ray": "text",
"backend": "text"
}get
Authorizations
sessionidstringOptional
Log in using the POST /api/v1/auth/ endpoint
Responses
200Success
application/json
get
/api/v1/tasks/health_check_ray/GET /api/v1/tasks/health_check_ray/ HTTP/1.1
Host: /
Accept: */*
200Success
{
"status": "text"
}Last updated
Was this helpful?

