- 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
Rule ID
Deprecated
POST
/report/oncall/trend
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
channel_ids
array[string]
Create rule
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/report/oncall/trend' \
--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
incident_mttr_past_1st_week
integer
Rule name
incident_mttr_past_2nd_week
integer
Rule description
incident_mtta_past_1st_week
integer
Inner conditions
incident_mtta_past_2nd_week
integer
Match conditions
incident_cnt_past_1st_week
integer
Name
incident_cnt_past_2nd_week
integer
Update rule
incident_auto_cnt_past_1st_week
integer
Channel
incident_auto_cnt_past_2nd_week
integer
Rule ID
incident_acked_cnt_past_1st_week
integer
Required when updating
incident_acked_cnt_past_2nd_week
integer
Rule name
alert_cnt_past_1st_week
integer
Rule description
alert_cnt_past_2nd_week
integer
Inner conditions
alert_event_cnt_past_1st_week
integer
Match conditions
alert_event_cnt_past_2nd_week
integer
Name
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"incident_mttr_past_1st_week": 0,
"incident_mttr_past_2nd_week": 0,
"incident_mtta_past_1st_week": 0,
"incident_mtta_past_2nd_week": 0,
"incident_cnt_past_1st_week": 0,
"incident_cnt_past_2nd_week": 0,
"incident_auto_cnt_past_1st_week": 0,
"incident_auto_cnt_past_2nd_week": 0,
"incident_acked_cnt_past_1st_week": 0,
"incident_acked_cnt_past_2nd_week": 0,
"alert_cnt_past_1st_week": 0,
"alert_cnt_past_2nd_week": 0,
"alert_event_cnt_past_1st_week": 0,
"alert_event_cnt_past_2nd_week": 0
}
}
Modified at 2025-01-22 10:14:38