Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query and acknowledge monitoring alerts via the Bridge API.
severity
critical
warning
info
sinceHours
24
curl "http://localhost:5100/api/loft/alerts?severity=critical&sinceHours=6"
{ "success": true, "data": [ { "id": "alert-5012", "interfaceId": "intf-001", "interfaceName": "ER Interface", "severity": "critical", "title": "Validation failure rate exceeded threshold", "message": "12.3% failure rate in the last 15 minutes (threshold: 5%)", "triggeredAt": "2026-02-22T14:15:00Z", "acknowledgedAt": null } ], "error": null }
curl -X POST http://localhost:5100/api/loft/alerts/alert-5012/acknowledge