Route Details
POST
/route/infoRequest
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
integration_id
integer
Shared alert integration ID
Example
{
"integration_id": 0
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object
optional
data
object (Route)
optional
cases
array[object (RouteCase) {3}]
Conditional route
At least one of this and default route must exist
default
object
Default route
At least one of this and conditional route must exist
status
enum<string>
Status
enabled, disabled, deleted
Allowed values:
enableddisableddeleted
creator_id
integer
Creator ID
updated_by
integer
Updater ID
created_at
integer
Created timestamp
updated_at
integer
Updated timestamp
Example
Not configured
Last modified: 2 个月前