- 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
Match conditions
POST
/incident/responder/add
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
incident_id
string
Name
person_ids
array[integer]
Update rule
notify
object
Rule name
follow_preference
boolean
Channel
personal_channels
array[string]
Rule ID
Allowed values:
emailsmsvoicefeishu_app:xxxxdingtalk_app:xxxxwecom_app:xxxx
template_id
string
Required when updating
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/responder/add' \
--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
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}
Modified at 2025-01-22 10:14:38