Incident Metrics - Team Dimension
DevelopingPOST
/insight/incident/metrics/teamRequest
Timestamp in seconds, incident trigger time must be greater than this
Timestamp in seconds, incident trigger time must be less than or equal to this. Maximum time span is 6 months, if aggregate_unit is day, maximum time span is 31 days.
Default timezone Asia/Shanghai, used for results and grouping timezone. Must be in tzdata format. Please refer to this list for acceptable values.
Sort field, continuously adding
Result sort order; true means ascending, false means descending, default is descending.
Time unit for aggregating metrics. If no value provided, metrics will be aggregated for the entire period.
If yes, metrics will be aggregated by work time, rest time and sleep time
{
"start_time": 0,
"end_time": 0,
"team_ids": [
0
],
"channel_ids": [
0
],
"severities": [
"Info"
],
"time_zone": "string",
"order_by": "total_incident_cnt",
"asc": true,
"aggregate_unit": "day",
"split_hours": "string"
}
Request samples
Responses
Total time spent by responders participating in incident processing. One person's processing time is the time difference from acknowledgment to incident closure (close_time-ack_time), may include snooze time. If no one acknowledges, this value is 0.
Triggered incident count
Acknowledged incident count
Closed incident count
Auto-recovered incident count
Manually closed incident count
Timeout closed incident count
Escalated incident count
Manually escalated incident count
Timeout escalated incident count
Reassigned incident count
Average processing time, one person's processing time is the time difference from acknowledgment to incident closure (close_time-ack_time), may include snooze time. If no one acknowledges, this value is 0.
Average first acknowledgment time (ack_time-start_time)
Average closure time (close_time-start_time)
Noise reduction ratio, 1-(total_incident_cnt/total_alert_event_cnt)
Response ratio, 1-(total_incidents_acknowledged/total_incident_cnt)
Timestamp in seconds, whether to display depends on if data is aggregated by time granularity. When aggregate_unit is day, this value will be set to timestamp of day start (00:00) according to time_zone
Define each hour as one of work time, rest time or sleep time. To distinguish metric differences between different time periods. When not filtering by time period, this field is not displayed. An incident's time type is only determined by its occurrence time, even if the incident spans multiple time types, it will not be split.
Channel ID, grouping data, may or may not exist depending on grouping situation
Channel name, grouping data, may or may not exist depending on grouping situation
Team ID, grouping data, may or may not exist depending on grouping situation
Team name, grouping data, may or may not exist depending on grouping situation
Triggered alert count
Triggered alert event count
Incident SMS notification count
Incident email notification count
Incident voice notification count
On-call SMS notification count
On-call email notification count