API Reference
Health
Health check endpoints for monitoring and load balancing
curl -X GET "https://loading/health/startup"{
"property1": "string",
"property2": "string"
}curl -X GET "https://loading/health"{
"property1": "string",
"property2": "string"
}curl -X HEAD "https://loading/health"nullcurl -X GET "https://loading/health/ready"{
"property1": "string",
"property2": "string"
}curl -X GET "https://loading/health/live"{
"property1": "string",
"property2": "string"
}Get Detailed Health
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/health/detailed"{}Get Metrics
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/health/metrics"{}Get Dependencies
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/health/dependencies"{}curl -X GET "https://loading/health/supervisor"{}curl -X GET "https://loading/health/circuit-breakers"{}curl -X GET "https://loading/health/bulkheads"{}curl -X GET "https://loading/api/v1/health/startup"{
"property1": "string",
"property2": "string"
}curl -X GET "https://loading/api/v1/health"{
"property1": "string",
"property2": "string"
}curl -X HEAD "https://loading/api/v1/health"nullcurl -X GET "https://loading/api/v1/health/ready"{
"property1": "string",
"property2": "string"
}curl -X GET "https://loading/api/v1/health/live"{
"property1": "string",
"property2": "string"
}Get Detailed Health
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/health/detailed"{}Get Metrics
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/health/metrics"{}Get Dependencies
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/health/dependencies"{}curl -X GET "https://loading/api/v1/health/supervisor"{}curl -X GET "https://loading/api/v1/health/circuit-breakers"{}curl -X GET "https://loading/api/v1/health/bulkheads"{}curl -X GET "https://loading"{
"property1": "string",
"property2": "string"
}