{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector DataSources API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "DataSources", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Datasources Datasourcename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasources/:dataSourceName", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Get a data source" }, { "info": { "name": "Microsoft Azure Put Datasources Datasourcename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasources/:dataSourceName", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Creates or Updates a data source" }, { "info": { "name": "Microsoft Azure Delete Datasources Datasourcename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasources/:dataSourceName", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Deletes a data source" }, { "info": { "name": "Microsoft Azure Get Datasources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasources", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "List data sources in Data catalog" }, { "info": { "name": "Microsoft Azure Post Datasources", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasources", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates a new datasource." }, { "info": { "name": "Microsoft Azure Get Datasources Datasourcename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasources(':dataSourceName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "dataSourceName", "value": "", "type": "path", "description": "The name of the datasource to retrieve." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves a datasource definition." }, { "info": { "name": "Microsoft Azure Put Datasources Datasourcename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasources(':dataSourceName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "dataSourceName", "value": "", "type": "path", "description": "The name of the datasource to create or update." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates a new datasource or updates a datasource if it already exists." }, { "info": { "name": "Microsoft Azure Delete Datasources Datasourcename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasources(':dataSourceName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "dataSourceName", "value": "", "type": "path", "description": "The name of the datasource to delete." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Deletes a datasource." } ] } ], "bundled": true }