- 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/custom-action/do
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
incident_id
string
Inner conditions
integration_id
integer
Match conditions
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/custom-action/do' \
--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
message
string
Name
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"message": "string"
}
}
Modified at 2025-01-22 10:14:38