- 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
Incident Export
POST
/insight/incident/export
Request
Body Params application/json
start_time
integer
Inner conditions
end_time
integer
Name
team_ids
array[integer]
Disable rule
channel_ids
array[integer]
Rule list
severities
array[string]
Rule details
Allowed values:
InfoWarningCritical
time_zone
string
Rule ID
Default:
Asia/Shanghai
asc
boolean
Channel
orderby
string
Rule name
Example
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/incident/export' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200成功
*/*
Body
error
object (DutyError)
optional
code
enum<string>
Rule description
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Inner conditions
data
array [object {14}]
optional
incident_id
string
Inner conditions
account_id
integer
Match conditions
team_id
integer
Name
channel_id
integer
Update rule
severity
string
Channel
created_at
integer
Rule ID
is_acked
boolean
Required when updating
is_assigned
boolean
Rule name
is_reassigned
boolean
Rule description
escalated_by
string
Inner conditions
closed_by
string
Match conditions
seconds_to_first_ack
integer
Name
seconds_to_close
integer
Enable rule
seconds_to_engage
integer
Disable rule
p
integer
optional
limit
integer
optional
total
integer
optional
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": [
{
"incident_id": "string",
"account_id": 0,
"team_id": 0,
"channel_id": 0,
"severity": "string",
"created_at": 0,
"is_acked": true,
"is_assigned": true,
"is_reassigned": true,
"escalated_by": "string",
"closed_by": "string",
"seconds_to_first_ack": 0,
"seconds_to_close": 0,
"seconds_to_engage": 0
}
],
"p": 0,
"limit": 0,
"total": 0
}
Modified at 2025-01-22 10:27:10