Commit fc321adf authored by Fabian Reinartz's avatar Fabian Reinartz Committed by GitHub

Update AM webhook format

parent 9eba77b8
...@@ -426,8 +426,14 @@ endpoint: ...@@ -426,8 +426,14 @@ endpoint:
``` ```
{ {
"version": "2", "version": "3",
"groupKey": <number> // key identifying the group of alerts (e.g. to deduplicate)
"status": "<resolved|firing>", "status": "<resolved|firing>",
"receiver": <string>,
"groupLabels": <object>,
"commonLabels": <object>,
"commonAnnotations": <object>,
"externalURL": <string>, // backling to the Alertmanager.
"alerts": [ "alerts": [
{ {
"labels": <object>, "labels": <object>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment