{ "opencollection": "1.0.0", "info": { "name": "Nagios XI REST Config Services API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "List Services", "type": "http" }, "http": { "method": "GET", "url": "https://{nagiosXiHost}/nagiosxi/api/v1/services", "params": [ { "name": "token", "value": "", "type": "query", "description": "NCPA community_string token from agent config." }, { "name": "service", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List Services" } ] } ], "bundled": true }