PagerDuty

PAGERDUTY_GET_STATUS_PAGE_IMPACTS_BY_ID

Retrieves the impacts associated with a specific status page in PagerDuty. This endpoint allows users to fetch detailed information about service disruptions, incidents, or other events affecting the services displayed on a particular status page. It is useful for monitoring the current state of services, understanding the severity and scope of ongoing issues, and keeping stakeholders informed about service health. The endpoint should be used when there's a need to programmatically access impact data for a status page, such as for integration with other monitoring tools or for creating custom dashboards.

Remote pagerduty

Other tools also called PAGERDUTY_GET_STATUS_PAGE_IMPACTS_BY_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "post_type": {
      "enum": [
        "incident",
        "maintenance"
      ],
      "type": "string",
      "title": "Post Type",
      "description": "Filter by Post type."
    }
  }
}