Skip to main content

Methods

Get alerts for a given application or cluster filtered by start and end timestamp

Parameters

typing.Optional[str]
Start timestamp (ISO format) for querying events
typing.Optional[str]
End timestamp (ISO format) for querying events
typing.Optional[str]
Cluster id
typing.Optional[str]
Application id
typing.Optional[AlertStatus]
🔗 AlertStatusAlert status

Returns

GetAlertsResponse
🔗 GetAlertsResponseReturns an object with alert name as key and list of alerts as value

Usage