{ "opencollection": "1.0.0", "info": { "name": "CData Connect Cloud SQL Metadata API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "List configured data sources (catalogs)", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.cdata.com/api/catalogs" }, "docs": "List configured data sources (catalogs)" }, { "info": { "name": "List schemas in a catalog", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.cdata.com/api/catalogs/:catalog/schemas", "params": [ { "name": "catalog", "value": "", "type": "path" } ] }, "docs": "List schemas in a catalog" }, { "info": { "name": "List tables in a schema", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.cdata.com/api/catalogs/:catalog/schemas/:schema/tables", "params": [ { "name": "catalog", "value": "", "type": "path" }, { "name": "schema", "value": "", "type": "path" } ] }, "docs": "List tables in a schema" }, { "info": { "name": "List columns in a table", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.cdata.com/api/catalogs/:catalog/schemas/:schema/tables/:table/columns", "params": [ { "name": "catalog", "value": "", "type": "path" }, { "name": "schema", "value": "", "type": "path" }, { "name": "table", "value": "", "type": "path" } ] }, "docs": "List columns in a table" } ] } ], "bundled": true }