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
    Monitoring Overview

🛠️ Rule Structure

Each rule includes:

  • id (string) - Unique rule identifier
  • name (string) - Rule display name
  • type (string) - alert, metric, or log
  • threshold (number) - Trigger value
  • severity (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

📚 Related Resources

Rule Configuration