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