PAGERDUTY_EXECUTE_RESPONSE_PLAY_BY_ID

Executes a predefined Response Play for a specific incident in PagerDuty. This endpoint allows you to trigger a sequence of automated actions designed to manage and respond to the given incident. It's useful for standardizing and streamlining your incident response process, ensuring consistent handling of similar incidents. The endpoint requires you to specify the incident for which the Response Play should be run, using the incident's unique identifier. Note that the Response Play itself is identified by the ID in the URL path, not in the request body.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "response_play_id": {
      "type": "string",
      "title": "Response Play Id",
      "description": "The response play ID of the response play associated with the request."
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →