856 B
856 B
title | description | aliases | menu | weight | introduced | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
pagerduty.actionFromSeverity() function | The `pagerduty.actionFromSeverity()` function converts a severity to a PagerDuty action. |
|
|
202 | 0.43.0 |
The pagerduty.actionFromSeverity()
function converts a severity to a PagerDuty action.
ok
converts to resolve
.
All other severities convert to trigger
.
import "pagerduty"
pagerduty.actionFromSeverity(severity: "ok")
// Returns "resolve"
Parameters
severity
The severity to convert to a PagerDuty action.