- Open API
- Quick Start
- About Pagination
- Member Management
- Team Management
- Schedule Management
- Information Retrieval
- Preference Settings
- Channel
- Template Management
- Incident Management
- Group View
- Match conditionsPOST
- Enable rulePOST
- Disable rulePOST
- Delete rulePOST
- Rule listPOST
- See creation interface for filters explanationPOST
- Create rulePOST
- Rule descriptionPOST
- Update rulePOST
- ChannelPOST
- Match conditionsPOST
- Match conditionsPOST
- Update rulePOST
- ChannelPOST
- Rule IDPOST
- Inner conditionsPOST
- Enable rulePOST
- Rule listPOST
- Rule detailsPOST
- Rule namePOST
- Rule descriptionPOST
- Match conditionsPOST
- Rule descriptionPOST
- See creation interface for filters explanationPOST
- Disable rulePOST
- Rule descriptionPOST
- Alert Management
- Change Management
- Insights (old)
- Custom Fields
- Service Calendar
- Label Enhancement
- Alert Processing
- Integration Routing
- License Management
- Insights
- Event API
- Webhook
Channel
POST
/incident/list-by-ids
Request
Body Params application/json
incident_ids
array[string]
Rule ID
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/incident/list-by-ids' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200成功
application/json
Body
error
object (DutyError)
optional
code
enum<string>
Rule description
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Inner conditions
data
object
optional
items
array[object (Incident) {30}]
Rule name
has_next_page
boolean
Rule description
total
integer
Inner conditions
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"incident_id": "string",
"start_time": 0,
"end_time": 0,
"last_time": 0,
"ack_time": 0,
"close_time": 0,
"snoozed_before": 0,
"incident_status": "Info",
"incident_severity": "Info",
"progress": "Triggered",
"creator_id": 0,
"closer_id": 0,
"assigned_to": {
"person_ids": [
0
],
"escalate_rule_id": "string",
"escalate_rule_name": "string",
"layer_idx": 0,
"layer_person_reset": {
"0": {
"team_ids": [
0
],
"person_ids": [
0
],
"schedule_to_role_ids": {
"{schedule_id}": [
0
]
}
}
},
"type": "assign"
},
"responders": [
{}
],
"alert_cnt": 0,
"title": "string",
"description": "string",
"impact": "string",
"root_cause": "string",
"resolution": "string",
"num": "string",
"labels": {},
"channel_id": 0,
"channel_name": "string",
"data_source_id": 0,
"data_source_type": "string",
"dedup_key": "string",
"group_method": "i",
"ever_muted": true,
"frequency": "string"
}
],
"has_next_page": true,
"total": 0
}
}
Modified at 2025-01-22 10:14:38