{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Data Sources API", "version": "2021-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview Get a data source", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/scan/datasources/:dataSourceName", "params": [ { "name": "dataSourceName", "value": "", "type": "path", "description": "The name of the data source" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Gets a data source by name." }, { "info": { "name": "Microsoft Purview Create or replace a data source", "type": "http" }, "http": { "method": "PUT", "url": "https://management.azure.com/scan/datasources/:dataSourceName", "params": [ { "name": "dataSourceName", "value": "", "type": "path", "description": "The name of the data source" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or replaces a data source registration in the Purview account." }, { "info": { "name": "Microsoft Purview Delete a data source", "type": "http" }, "http": { "method": "DELETE", "url": "https://management.azure.com/scan/datasources/:dataSourceName", "params": [ { "name": "dataSourceName", "value": "", "type": "path", "description": "The name of the data source" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Deletes a data source registration." }, { "info": { "name": "Microsoft Purview List data sources", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/scan/datasources", "params": [ { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Lists data sources in Data catalog." } ] } ], "bundled": true }