Commit a4c0b940 authored by Luc Perkins's avatar Luc Perkins Committed by Brian Brazil

Add generatorURL note (#1076)

Signed-off-by: 's avatarlucperkins <lucperkins@gmail.com>
parent b3e401f0
...@@ -601,10 +601,12 @@ endpoint: ...@@ -601,10 +601,12 @@ endpoint:
"externalURL": <string>, // backlink to the Alertmanager. "externalURL": <string>, // backlink to the Alertmanager.
"alerts": [ "alerts": [
{ {
"status": "<resolved|firing>",
"labels": <object>, "labels": <object>,
"annotations": <object>, "annotations": <object>,
"startsAt": "<rfc3339>", "startsAt": "<rfc3339>",
"endsAt": "<rfc3339>" "endsAt": "<rfc3339>",
"generatorURL": <string> // identifies the entity that caused the alert
}, },
... ...
] ]
......
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