PAGERDUTY_POST_ANALYTICS_METRICS_RESPONDER_FILTERS
The AnalyzeResponderMetrics endpoint aggregates and analyzes responder performance metrics for PagerDuty incidents. It provides insights into response times, efficiency, and workload distribution. This tool is ideal for assessing and optimizing incident response processes, offering flexible filtering options for focused analysis. Note that it provides aggregated data, not real-time information, with a maximum analysis range of one year.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"order": {
"enum": [
"asc",
"desc"
],
"type": "string",
"title": "Order",
"description": "The order in which the results were sorted; asc for ascending, desc for descending. "
},
"order_by": {
"type": "string",
"title": "Order By",
"description": "The column that was used for ordering the results."
},
"time_zone": {
"type": "string",
"title": "Time Zone",
"description": "The time zone to use for the results and grouping."
},
"filters__urgency": {
"enum": [
"high",
"low"
],
"type": "string",
"title": "Filters Urgency",
"description": "Any incidents whose urgency does not match the provided string will be omitted from the results. "
},
"filters__team__ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Filters Team Ids",
"description": "An array of team IDs. Only incidents related to these teams will be included in the results. If omitted, all teams the requestor has access to will be included in the results. "
},
"filters__priority__ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Filters Priority Ids",
"description": "An array of priority IDs. Only incidents with these priorities will be included in the results. If omitted, all priorities will be included in the results. "
},
"filters__responder__ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Filters Responder Ids",
"description": "An array of responder IDs. Only incidents related to these responders will be included in the results. If omitted, all responders the requestor has access to will be included in the results. "
},
"filters__priority__names": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Filters Priority Names",
"description": "An array of user-defined priority names. Only incidents with these priorities will be included in the results. If omitted, all priorities will be included in the results. "
},
"filters__date__range__end": {
"type": "string",
"title": "Filters Date Range End",
"description": "Accepts an ISO8601 DateTime string. Any incidents with a created_at greater than or equal to this value will be omitted from the results. The maximum supported time range in conjunction with date_range_start is one year. "
},
"filters__date__range__start": {
"type": "string",
"title": "Filters Date Range Start",
"description": "Accepts an ISO8601 DateTime string. Any incidents with a created_at less than this value will be omitted from the results. The maximum supported time range in conjunction with date_range_end is one year. "
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty