Procedures
Automation procedures in the PagerDuty book.
Ensure that you have installed or connected the PagerDuty book and created a new playground before using these automation procedures.
to create an (incident) in pagerduty
Create an incident in PagerDuty.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
Concept
Description
Type
Examples
Create an incident in PagerDuty
create a json
use the above as the body
the body's title is "Application Failure"
the body's type is "incident"
get '{"id": "P0ED7MS", "type": "service_reference"}' as a json
use the above as the service
the body's service is the service
create an incident in pagerduty
the payload is the bodyto get some (incidents) from pagerduty
Get incidents from PagerDuty using a Filter Expression.
Output Concepts
Concept
Description
Type
Examples
Get all incidents from PagerDuty
to manage an (incident) in pagerduty
Manage an incident in PagerDuty.
Manage (update) an incident in PagerDuty. The 'From' header with a valid user email may be required by PagerDuty for this operation, depending on what was the authentication method used.
Input Concepts
Concept
Description
Type
Required
Default Value
Output Concepts
Concept
Description
Type
Examples
Manage an incident in PagerDuty
Last updated
Was this helpful?
