{ "opencollection": "1.0.0", "info": { "name": "AI Advisor AiAdvisorDataService BgpMonitoringDataService API", "version": "v202511" }, "request": { "auth": { "type": "apikey", "key": "X-CH-Auth-Email", "value": "{{X-CH-Auth-Email}}", "placement": "header" } }, "items": [ { "info": { "name": "BgpMonitoringDataService", "type": "folder" }, "items": [ { "info": { "name": "Get metrics for a BGP prefix.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/bgp_monitoring/v202210/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve metric data for single BGP prefix and time interval." }, { "info": { "name": "Get routes for a BGP prefix.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/bgp_monitoring/v202210/routes", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve snapshot of route information for single BGP prefix at specific time." } ] } ], "bundled": true }