PAGERDUTY_GET_SERVICE_IMPACTS_BY_URL_SLUG

Retrieves service impacts for a specific status dashboard in PagerDuty. This endpoint allows users to fetch real-time information about how incidents or maintenance activities are affecting services displayed on a particular dashboard. It's useful for monitoring the current state of services, understanding ongoing issues, and assessing the overall health of systems represented in the specified dashboard. The endpoint should be used when you need to programmatically access up-to-date service impact data for a known status dashboard, enabling integration with other monitoring or reporting tools. Note that this endpoint only provides information for a single dashboard at a time and requires knowledge of the dashboard's URL slug.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "url_slug": {
      "type": "string",
      "title": "Url Slug",
      "description": "The `url_slug` for a status dashboard"
    },
    "additional__fields": {
      "enum": [
        "services.highest_impacting_priority",
        "total_impacted_count"
      ],
      "type": "string",
      "title": "Additional  Fields",
      "description": "Provides access to additional fields such as highest priority per business service and total impacted count "
    }
  }
}
          

Remote Providers (1)

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

PagerDuty

Remote

pagerduty

View product →