This endpoint provides access to monitoring rule configurations for system observability. Rules define alert conditions, thresholds, and notification logic for real-time monitoring.
📋 Endpoint Overview
- Path:
/en/api/tools/monitoring/rules
- Method:
GET
- Description: Retrieve a list of monitoring rules with their parameters
- Response Format: JSON array of rule objects
🛠️ Rule Structure
Each rule includes:
id
(string) - Unique rule identifiername
(string) - Rule display nametype
(string) -alert
,metric
, orlog
threshold
(number) - Trigger valueseverity
(string) -info
,warning
,critical
actions
(array) - List of notification channels
📡 Example Requests
GET /en/api/tools/monitoring/rules HTTP/1.1
Host: yourdomain.com
Accept: application/json