- 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
Match conditions
POST
/channel/list
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
p
integer
Update rule
limit
integer
Channel
asc
boolean
Rule ID
orderby
enum<string>
Required when updating
Allowed values:
created_atranking
query
string
Rule name
team_id
integer
Inner conditions
is_my_managed
boolean
Name
is_my_starred
boolean
Disable rule
is_my_team
boolean
Rule list
channel_ids
array[integer]
Rule details
is_brief
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/channel/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 (Channel) {13}]
Channel
has_next_page
boolean
Rule name
total
integer
Rule description
Example
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"channel_id": 0,
"team_id": 0,
"channel_name": "string",
"description": "string",
"auto_resolve_timeout": 0,
"is_private": true,
"flapping": {
"max_changes": "i",
"in_mins": 0,
"mute_mins": 0
},
"group": {
"method": "i",
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"equals": [
"string"
]
}
],
"equals": [
[
"title"
]
],
"all_equals_required": true,
"time_window": 0,
"storm_threshold": 0
},
"status": "enabled",
"created_at": 0,
"updated_at": 0,
"progress_to_incident_cnts": {
"Triggered": 0,
"Processing": 0
},
"active_incident_highest_severity": "string"
}
],
"has_next_page": true,
"total": 0
}
}
Modified at 2025-01-22 10:14:38