Infrastructure/Lifecycle
GETLifecycleSince 1.0SynchronousAuth Required
ListLifecycleEvents
List lifecycle audit events
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
eventTypeStringFilter by event type
startTimeStringFilter events after this time
endTimeStringFilter events before this time
limitIntegerMaximum number of events to return
Example: 0
Responses
Endpoint
GET/api/v1/lifecycle/events
/api/v1/lifecycle/events
Request Example
curl -X GET '{host}/api/v1/lifecycle/events' -H 'Authorization: Bearer {token}'
Response Example
200{"items": [{"id": "evt-001-abc", "agentId": "agent-abc123-def456", "eventType": "upgrade", "fromStatus": "online", "toStatus": "upgrading", "version": "1.5.0", "operator": "admin", "reason": "scheduled upgrade"}], "total": 100, "limit": 20, "offset": 40}Change History
This API has no change history records yet.
