- Open API
- Quick Start
- About Pagination
- Member Management
- Team Management
- Schedule Management
- Information Retrieval
- Preference Settings
- Channel
- Escalation Rules
- Subscription Rules
- Drop Rules
- Silence Rules
- Inhibit Rules
- Match conditionsPOST
- Delete rulePOST
- See creation interface for filters explanationPOST
- Enable rulePOST
- Update rulePOST
- Rule IDPOST
- Rule namePOST
- SortPOST
- Delete rulePOST
- See creation interface for filters explanationPOST
- Name by integrationPOST
- Robot listPOST
- 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 list
POST
/channel/escalate/rule/list
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
channel_id
integer
channel 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/channel/escalate/rule/list' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200成功
application/json
Body
error
object
optional
code
string
required
message
string
required
data
object
optional
items
array[object (EscalateRule) {14}]
required
Example
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"channel_id": 0,
"rule_id": "string",
"rule_name": "string",
"template_id": "string",
"description": "string",
"status": "enabled",
"priority": 0,
"created_at": "string",
"updated_at": "string",
"updated_by": 0,
"layers": [
{}
],
"aggr_window": 0,
"time_filters": [
{}
],
"filters": [
[
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
]
]
}
]
}
}
Modified at 2025-01-22 10:14:38