{ "opencollection": "1.0.0", "info": { "name": "Alation Data Catalog Aggregated Context Data Sources API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "List data sources", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/datasource/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return" }, { "name": "skip", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Returns a list of all data sources configured in the Alation catalog." }, { "info": { "name": "Get a data source", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/integration/v2/datasource/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Data source ID" } ] }, "docs": "Returns details for a specific data source by ID." } ] } ], "bundled": true }