As part of Phase 2 of framework alerts-as-data, we need to provide an HTTP API for retrieving framework alerts as data. This API should respect user RBAC and will be used to populate front end alert tables. We can use the existing AlertDataClient in x-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts as an example of the services this API needs to provide.
As part of Phase 2 of framework alerts-as-data, we need to provide an HTTP API for retrieving framework alerts as data. This API should respect user RBAC and will be used to populate front end alert tables. We can use the existing
AlertDataClient
inx-pack/plugins/rule_registry/server/alert_data_client/alerts_client.ts
as an example of the services this API needs to provide.