/
XE
xenovia
/
controlplane
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 4d ago
Details
Filter operations
alerts
9
get
List Alert Rules Route
post
Create Alert Rule Route
delete
Delete Alert Rule Route
patch
Update Alert Rule Route
get
List Alert Notifications Route
post
Mark All Read Route
patch
Mark Notification Read Route
get
Get Notification Settings Route
patch
Update Notification Settings Route
api-keys
6
audit-logs
1
auth
1
billing
1
health
1
organizations
4
policies
15
providers
8
proxies
18
traces
8
users
5
alerts
Update Alert Rule Route
patch
/api/v1/alert-rules/{rule_id}
Path parameters
rule_id
string
uuid
required
Headers
Authorization
string
nullable
Request body
AlertRuleUpdate
required
name
string
nullable
trigger_type
'policy_block'
|
'policy_escalate'
|
'high_latency'
|
'high_intent_score'
nullable
threshold
number
nullable
channels
string[]
nullable
proxy_id
string
uuid
nullable
enabled
boolean
nullable
Response
Successful Response
AlertRuleRead
required
id
string
uuid
required
org_id
string
uuid
required
proxy_id
string
uuid
nullable
required
name
string
required
trigger_type
string
required
threshold
number
nullable
required
channels
string[]
required
enabled
boolean
required
created_at
string
date-time
required
Changes