oncall-engine/engine/common/constants
Matias Bordese 2a87bea6ed
feat: add filter affected services internal endpoint (#5415)
Related to https://github.com/grafana/oncall-private/issues/2977

e.g.

`GET
/api/plugins/grafana-oncall-app/resources/alertgroups/filter_affected_services?service=service-a&service=service-b`

```
[
  {"name": "service-a",
   "service_url": "http://localhost:3000/a/grafana-slo-app/service/service-a",
   "alert_groups_url": "http://localhost:3000/a/grafana-oncall-app/alert-groups?status=0&status=1&started_at=now-7d_now&label=service_name:service-a"}
]
```
2025-01-16 12:19:32 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
plugin_ids.py feat: add filter affected services internal endpoint (#5415) 2025-01-16 12:19:32 +00:00
slack_auth.py update URLs constructed by the backend to support IRM plugin (#5137) 2024-10-09 08:55:10 -04:00