PagerDuty

PAGERDUTY_GET_SEVERITY_FOR_STATUS_PAGE

Retrieves detailed information about a specific severity level on a particular status page in PagerDuty. This endpoint is used to fetch the configuration and metadata associated with a severity, which is crucial for understanding how incidents are categorized and communicated on a status page. It provides insights into how different levels of service disruptions are represented and managed within the PagerDuty system. This tool is essential for developers and administrators who need to programmatically access or audit severity configurations on status pages, enabling them to ensure consistent incident communication across their organization.

Remote pagerduty

Other tools also called PAGERDUTY_GET_SEVERITY_FOR_STATUS_PAGE? See providers with this name

Input Schema


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