PagerDuty

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.

Remote pagerduty

Other tools also called PAGERDUTY_EXECUTE_RESPONSE_PLAY_BY_ID? See providers with this name

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."
    }
  }
}