{ "opencollection": "1.0.0", "info": { "name": "Groundwork Open Source agent event API" }, "items": [ { "info": { "name": "event", "type": "folder" }, "items": [ { "info": { "name": "POST /events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/events", "headers": [ { "name": "GWOS-APP-NAME", "value": "" }, { "name": "GWOS-API-TOKEN", "value": "" } ] }, "docs": "The following API endpoint can be used to send Alerts to Foundation." }, { "info": { "name": "POST /events-ack", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/events-ack", "headers": [ { "name": "GWOS-APP-NAME", "value": "" }, { "name": "GWOS-API-TOKEN", "value": "" } ] }, "docs": "The following API endpoint can be used to send Alerts to Foundation." }, { "info": { "name": "POST /events-unack", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/events-unack", "headers": [ { "name": "GWOS-APP-NAME", "value": "" }, { "name": "GWOS-API-TOKEN", "value": "" } ] }, "docs": "The following API endpoint can be used to send Alerts to Foundation." } ] } ], "bundled": true }