{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms API", "version": "4.2" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Alarms", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List site alarms", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/sites/:site_id/alarms", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier." }, { "name": "start", "value": "", "type": "query", "description": "Start time epoch in seconds." }, { "name": "end", "value": "", "type": "query", "description": "End time epoch in seconds." }, { "name": "type", "value": "", "type": "query", "description": "Filter by alarm type." } ] }, "docs": "Returns active and recent alarms for a site. Alarms indicate device health issues, connectivity problems, and configuration anomalies detected by the Mist platform." } ] } ], "bundled": true }