Infrastructure/Lifecycle
GETLifecycleSince 1.0SynchronousAuth Required
ListHealthHistory
List health check history records
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
componentUuidStringFilter by component UUID
componentTypeStringFilter by component type
componentCategoryStringFilter by managed component category
componentNameStringFilter by managed component name
checkTypeStringFilter by check type
Responses
Endpoint
GET/api/v1/lifecycle/health-history
/api/v1/lifecycle/health-history
Request Example
curl -X GET '{host}/api/v1/lifecycle/health-history' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"id": 1, "componentUuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "componentType": "lifecycle-service", "checkType": "liveness", "status": "healthy", "latencyMs": 12, "message": "All checks passed", "lcaUuid": "0123456789abcdef0123456789abcdef"}], "total": 500, "limit": 20, "offset": 40}Change History
This API has no change history records yet.
