{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Data Products 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 Products", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview List data products", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/dataproducts", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "maxpagesize", "value": "", "type": "query" } ] }, "docs": "List all data products in the Purview unified catalog." }, { "info": { "name": "Microsoft Purview Create a data product", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/dataproducts", "params": [ { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new data product in the unified catalog." }, { "info": { "name": "Microsoft Purview Get a data product", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/dataproducts/:dataProductId", "params": [ { "name": "dataProductId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Get a data product by its identifier." }, { "info": { "name": "Microsoft Purview Update a data product", "type": "http" }, "http": { "method": "PATCH", "url": "https://management.azure.com/dataproducts/:dataProductId", "params": [ { "name": "dataProductId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a data product by its identifier." }, { "info": { "name": "Microsoft Purview Delete a data product", "type": "http" }, "http": { "method": "DELETE", "url": "https://management.azure.com/dataproducts/:dataProductId", "params": [ { "name": "dataProductId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Delete a data product by its identifier." } ] } ], "bundled": true }