{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Data Profiling 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 Profiling", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview Get data profiling result", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/dataquality/profiling/:assetId", "params": [ { "name": "assetId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Get data profiling results for a specific data asset." }, { "info": { "name": "Microsoft Purview Run data profiling", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/dataquality/profiling/:assetId", "params": [ { "name": "assetId", "value": "", "type": "path", "description": "The data asset identifier" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate data profiling for a specific data asset." } ] } ], "bundled": true }