{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Private Endpoint Connections 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": "Private Endpoint Connections", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview List private endpoint connections", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Purview/accounts/:accountName/privateEndpointConnections", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name" }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Purview account" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version" } ] }, "docs": "Gets private endpoint connections for the Purview account." }, { "info": { "name": "Microsoft Purview Get a private endpoint connection", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Purview/accounts/:accountName/privateEndpointConnections/:privateEndpointConnectionName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The resource group name" }, { "name": "accountName", "value": "", "type": "path", "description": "The name of the Purview account" }, { "name": "privateEndpointConnectionName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version" } ] }, "docs": "Gets a private endpoint connection for the Purview account." } ] } ], "bundled": true }