Update plugins/modules/pagerduty_alert.py

This commit is contained in:
Alexei Znamensky 2025-07-27 00:14:53 +12:00 committed by GitHub
commit 61f0e01507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,9 +106,9 @@ options:
description:
- Identifies the incident to which this O(state) should be applied.
- For O(state=triggered) - If there is no open (in other words unresolved) incident with this key, a new one is created.
If there is already an open incident with a matching key, this event __FIXME__(will) be appended to that incident's
log. The event key provides an easy way to 'de-dup' problem reports. If no O(incident_key) is provided, then it __FIXME__(will)
be generated by PagerDuty.
If there is already an open incident with a matching key, this event is appended to that incident's
log. The event key provides an easy way to 'de-dup' problem reports. If no O(incident_key) is provided, then it is
generated by PagerDuty.
- For O(state=acknowledged) or O(state=resolved) - This should be the incident_key you received back when the incident
was first opened by a trigger event. Acknowledge events referencing resolved or nonexistent incidents is discarded.
link_url: