Monitor endpoints
Retrieve monitor
Retrieves detailed configuration for a specific monitor by its unique identifier
GET
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique identifier of the monitor (format: mon_*)
Response
200 - application/json
Monitor
Monitor configuration with its unique identifier Configuration for a monitoring rule. Monitors can be configured to:
- Check threshold values (e.g., CPU usage > 90%)
- Match specific events in logs
- Detect anomalies based on historical patterns Each monitor runs on a specified interval and can trigger notifications through configured notifiers.