Reference
Health
Readiness
Query Parameters
deep?boolean
Default
falseHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/health"{
"status": "ok"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Stream Smoke
Query Parameters
seconds?integer
Default
140Range
1 <= value <= 900intervalSeconds?number
Default
10Range
1 <= value <= 30Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/stream-smoke"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}curl -X GET "https://loading/health"{
"status": "ok"
}