{ "opencollection": "1.0.0", "info": { "name": "Observability Collection Service API", "version": "version not set" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "CollectionService", "type": "folder" }, "items": [ { "info": { "name": "Get specific collection", "type": "http" }, "http": { "method": "GET", "url": "https://app.bigeye.com/api/v1/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Get specific collection" }, { "info": { "name": "Edit collection", "type": "http" }, "http": { "method": "PUT", "url": "https://app.bigeye.com/api/v1/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit collection" }, { "info": { "name": "Delete collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.bigeye.com/api/v1/collections/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Delete collection" }, { "info": { "name": "Get collection information", "type": "http" }, "http": { "method": "GET", "url": "https://app.bigeye.com/api/v1/collections/info/:collectionId", "params": [ { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Get collection information" }, { "info": { "name": "Get all collection information", "type": "http" }, "http": { "method": "GET", "url": "https://app.bigeye.com/api/v1/collections/info", "params": [ { "name": "workspaceId", "value": "", "type": "query" } ] }, "docs": "Get all collection information" }, { "info": { "name": "Get all collections", "type": "http" }, "http": { "method": "GET", "url": "https://app.bigeye.com/api/v1/collections", "params": [ { "name": "workspaceId", "value": "", "type": "query" } ] }, "docs": "Get all collections" }, { "info": { "name": "Create collection", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v1/collections", "body": { "type": "json", "data": "{}" } }, "docs": "Create collection" } ] } ], "bundled": true }