- 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
Rule description
POST
/incident/feed
Request
Body Params application/json
incident_id
string
Inner conditions
types
array[string]
Name
Allowed values:
i_commi_notifyi_newi_assigni_a_rspdi_acki_unacki_snoozei_wakei_rslvi_reopeni_mergei_m_silencei_m_inhibati_m_flappingi_stormi_r_rci_r_desci_r_rsltni_r_respi_r_impacti_r_titlei_r_severityi_r_fieldi_custom
p
integer
Update rule
limit
integer
Channel
asc
boolean
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/feed' \
--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 (IncidentAction) {4}]
required
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"created_at": 0,
"creator_id": 0,
"type": "i_comm",
"detail": {
"comment": "string"
}
}
]
}
}
Modified at 2025-01-22 10:14:38