{ "opencollection": "1.0.0", "info": { "name": "Dremio Intelligent Lakehouse REST Authentication Catalog API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the catalog for the current Dremio instance", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/v3/catalog", "params": [ { "name": "include", "value": "", "type": "query" } ] }, "docs": "Retrieve the catalog for the current Dremio instance" }, { "info": { "name": "Get a catalog entity by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/v3/catalog/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a catalog entity by ID" }, { "info": { "name": "Delete a catalog entity", "type": "http" }, "http": { "method": "DELETE", "url": "https://{hostname}/api/v3/catalog/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a catalog entity" }, { "info": { "name": "Get a catalog entity by path", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/v3/catalog/by-path/:path", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Get a catalog entity by path" } ] } ], "bundled": true }