This section provides information about the monitoring templates available in the /en/api/tools/monitoring/ path. Monitoring templates are essential for tracking and analyzing system performance and health.
Features of Monitoring Templates
- Real-time Monitoring: Keep an eye on system metrics in real-time.
- Customizable Alerts: Set up alerts based on specific thresholds.
- Visual Reports: Generate detailed reports with visual aids for better understanding.
Usage
To access the monitoring templates, you can use the following API endpoint:
GET /en/api/tools/monitoring/templates
For more information on how to use this endpoint, refer to our API Documentation.
Example
Here's an example of a monitoring template response:
{
"templates": [
{
"id": 1,
"name": "CPU Usage",
"description": "Monitors CPU usage across the system."
},
{
"id": 2,
"name": "Memory Usage",
"description": "Monitors memory usage across the system."
}
]
}