PagerDuty
PAGERDUTY_FETCH_OUTLIER_INCIDENT_BY_ID
Retrieves detailed information about an outlier incident associated with a specific incident in PagerDuty. This endpoint is used to gather insights on incidents that deviate significantly from normal patterns, helping teams identify and analyze unusual or potentially critical issues. It should be used when investigating anomalies in incident patterns or when conducting post-incident reviews. The endpoint provides specific data about the outlier incident, which can be crucial for understanding unique characteristics or severity of the issue compared to typical incidents.
Remote pagerduty
Other tools also called PAGERDUTY_FETCH_OUTLIER_INCIDENT_BY_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"since": {
"type": "string",
"title": "Since",
"description": "The start of the date range over which you want to search."
},
"additional__details": {
"enum": [
"incident"
],
"type": "string",
"title": "Additional Details",
"description": "Array of additional attributes to any of the returned incidents for related incidents. "
}
}
}