openrca/orca

Add alerts API

Closed this issue · 1 comments

Add API for retrieving the list of active alerts. Alerts can be filtered out from the graph nodes by kind attribute. The alert payload structure should be discussed with UI team.

  • Add /v1/alerts endpoint (refer to sample API).
  • Fetch alert nodes from the graph (sample).
  • Discuss alert payload with the UI team.
  • Add API Model for alert payload (sample).
  • Integrate with the UI part.