- Open API
- Quick Start
- About Pagination
- Member Management
- Team Management
- Schedule Management
- Information Retrieval
- Preference Settings
- Channel
- Template Management
- Incident Management
- Group View
- Match conditions
- Enable rule
- Disable rule
- Delete rule
- Rule list
- See creation interface for filters explanation
- Create rule
- Rule description
- Update rule
- Channel
- Match conditions
- Match conditions
- Update rule
- Channel
- Rule ID
- Inner conditions
- Enable rule
- Rule list
- Rule details
- Rule name
- Rule description
- Match conditions
- Rule description
- See creation interface for filters explanation
- Disable rule
- Rule description
- Alert Management
- Change Management
- Insights (old)
- Custom Fields
- Service Calendar
- Label Enhancement
- Alert Processing
- Integration Routing
- License Management
- Insights
- Event API
- Webhook
Channel Metrics Export
POST
/insight/channel/export
Request
Body Params application/json
start_time
integer
Rule details
end_time
integer
Rule ID
team_ids
array[integer]
Channel
channel_ids
array[integer]
Rule description
severities
array[string]
Match conditions
Allowed values:
InfoWarningCritical
time_zone
string
Update rule
Default:
Asia/Shanghai
Example
{
"start_time": 1234567890,
"end_time": 1234567890,
"team_ids": [
123,
456
],
"channel_ids": [
1,
2,
3
],
"severities": [
"Warning"
],
"order_by": "total_incident_cnt",
"asc": true
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://prod-cn.your-api-server.com/insight/channel/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 1234567890,
"end_time": 1234567890,
"team_ids": [
123,
456
],
"channel_ids": [
1,
2,
3
],
"severities": [
"Warning"
],
"order_by": "total_incident_cnt",
"asc": true
}'
Responses
🟢200成功
*/*
Body
object {0}
Example
{}
Modified at 2025-01-22 10:26:46