Skip to content

pagerduty update-incident-alert

Update alerts for an incident

Description

Update alerts for a PagerDuty incident

Synopsis

pagerduty update-incident-alert
    --site <site>
    --id <id>
    --alert_id <alert_id>
    --from <from>
    [--status <status>]

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: required

id - (string)

     incident id
     Example: --id "id-1"
     Default: _None_      Attributes: required

alert_id - (string)

     alert Id
     Example: --alert_id "alert_id-1"
     Default: _None_      Attributes: required

from - (string)

     Email address of a valid user associated with the account making the request.
     Example: --from "from-1"
     Default: _None_      Attributes: required

status - (string)

     current status of the alert
     Example: --status "status-1"
     Default: _None_      Attributes: optional

Examples

pagerduty update-incident-alert --id "id-1" --alert_id "alert_id-1" --from "from-1" --status "status-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "update"
Service Type "pagerduty"
Service Instance
Namespace
Object Type "incident"
Object ID id

Please see Access Control for details.