Channel Details
POST
/channel/infoSee creation interface for filters description
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
channel_id
integer
channel id
Example
{
"channel_id": 0
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
data
object (Channel)
optional
channel_id
integer
Channel ID
team_id
integer
Team ID
Team members have edit permission for channel
channel_name
string
Channel name
description
string
Channel description
auto_resolve_timeout
integer
Auto-recovery timeout in seconds
is_private
boolean | null
Private access
If yes, only channel creator, channel team members and account administrators can access
flapping
object (Flapping)
Incident convergence configuration
group
object (Group)
Alert grouping configuration
status
enum<string>
Channel status
enabled, disabled, deleted
Allowed values:
enableddisableddeleted
created_at
integer
Created timestamp
updated_at
integer
Updated timestamp
progress_to_incident_cnts
object
Active incident statistics
active_incident_highest_severity
string
Highest severity of active incidents
Field is empty or not returned if no active incidents
Example
Not configured
Last modified: 2 个月前