{ "opencollection": "1.0.0", "info": { "name": "Cribl As Code API Credentials Edge Destinations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Edge Destinations", "type": "folder" }, "items": [ { "info": { "name": "List edge destinations in a fleet", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/m/:fleetId/system/outputs", "params": [ { "name": "fleetId", "value": "", "type": "path", "description": "The edge fleet identifier" } ] }, "docs": "Retrieves all data output destinations configured for an edge fleet for forwarding collected and processed data." }, { "info": { "name": "Create an edge destination in a fleet", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.cribl.cloud/m/:fleetId/system/outputs", "params": [ { "name": "fleetId", "value": "", "type": "path", "description": "The edge fleet identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new data output destination for an edge fleet to forward processed data to centralized systems." } ] } ], "bundled": true }