PagerDuty

PAGERDUTY_GET_PAUSED_INCIDENT_ALERTS

Retrieves alerts associated with paused incident reports in PagerDuty. This endpoint allows users to fetch information about alerts that have been temporarily halted in the reporting process. It's useful for reviewing and managing incidents that have been paused, potentially for prioritization or during maintenance periods. The endpoint returns a list of alerts related to paused incident reports, which can help in assessing the current state of incident management and decision-making for further actions. Note that this endpoint only provides information about paused alerts and does not include details about active or resolved incidents.

Remote pagerduty

Other tools also called PAGERDUTY_GET_PAUSED_INCIDENT_ALERTS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "since": {
      "type": "string",
      "title": "Since",
      "description": "The start of the date range over which you want to search."
    },
    "until": {
      "type": "string",
      "title": "Until",
      "description": "The end of the date range over which you want to search."
    },
    "service_id": {
      "type": "string",
      "title": "Service Id",
      "description": "Specifies a filter to limit the scope of reporting to a particular service "
    },
    "suspended_by": {
      "title": "Suspended By",
      "description": "Specifies a filter to scope the response to either alerts suspended by Auto Pause or Event Rules. "
    }
  }
}