{ "opencollection": "1.0.0", "info": { "name": "Cribl As Code API Credentials Packs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Packs", "type": "folder" }, "items": [ { "info": { "name": "List all packs", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/packs" }, "docs": "Retrieves a list of all installed configuration packs including their version, author, and contained resources." }, { "info": { "name": "Install a pack", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.cribl.cloud/packs", "body": { "type": "json", "data": "{}" } }, "docs": "Installs a new configuration pack from a pack source URL or uploads a pack archive." }, { "info": { "name": "Get a pack by ID", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/packs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Retrieves the details and contents of a specific configuration pack identified by its unique ID." }, { "info": { "name": "Update a pack", "type": "http" }, "http": { "method": "PATCH", "url": "https://gateway.cribl.cloud/packs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration or version of an existing pack." }, { "info": { "name": "Delete a pack", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.cribl.cloud/packs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Uninstalls and removes a configuration pack by its unique ID." } ] } ], "bundled": true }