pub fn pagerduty(
cfg: &PagerdutyConfig,
event: &NotifyEvent,
action: PdAction,
dedup_key: &str,
) -> ValueAvailable on crate feature
notify only.Expand description
Render a PagerDuty Events API v2 payload. dedup_key correlates a
resolve with the trigger that opened the incident.