PagerDuty

PAGERDUTY_GET_IMPACT_BY_STATUS_PAGE_ID

Retrieves detailed information about a specific impact on a PagerDuty status page. This endpoint allows you to fetch the current state and details of a particular impact, such as its severity, affected components, and any updates related to the impact. It's useful for monitoring the progress of ongoing incidents or reviewing past impacts on your services. The endpoint should be used when you need to get the most up-to-date information about a known impact, especially during incident management or when providing updates to stakeholders. Note that this endpoint only provides information about a single impact and does not give an overview of all impacts on a status page.

Remote pagerduty

Other tools also called PAGERDUTY_GET_IMPACT_BY_STATUS_PAGE_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "impact_id": {
      "type": "string",
      "title": "Impact Id",
      "description": "The ID of the Status Page Impact."
    }
  }
}