{
"start_time": 1234567890,
"end_time": 1234567890,
"team_ids": [
123,
456
],
"channel_ids": [
1,
2,
3
],
"severities": [
"Warning"
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/insight/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 1234567890,
"end_time": 1234567890,
"team_ids": [
123,
456
],
"channel_ids": [
1,
2,
3
],
"severities": [
"Warning"
]
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"total_engaged_seconds": 0,
"total_incident_cnt": 0,
"total_incidents_acknowledged": 0,
"total_incidents_closed": 0,
"total_incidents_auto_closed": 0,
"total_incidents_manually_closed": 0,
"total_incidents_timeout_closed": 0,
"total_incidents_escalated": 0,
"total_incidents_manually_escalated": 0,
"total_incidents_timeout_escalated": 0,
"total_incidents_reassigned": 0,
"total_notifications": 0,
"total_interruptions": 0,
"mean_seconds_to_ack": 0,
"mean_seconds_to_close": 0,
"noise_reduction_pct": 0,
"acknowlegement_pct": 0,
"ts": 0,
"hours": "work",
"channel_id": 0,
"channel_name": "string",
"team_id": 0,
"team_name": "string",
"total_alert_cnt": 0,
"total_alert_event_cnt": 0
}
]
}
}