{ "opencollection": "1.0.0", "info": { "name": "Azure Synapse Analytics - Access Control AzureADOnlyAuthentications PrivateEndpointConnections API", "version": "2020-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "PrivateEndpointConnections", "type": "folder" }, "items": [ { "info": { "name": "Azure Synapse Analytics List private endpoint connections", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/privateEndpointConnections", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" } ] }, "docs": "Lists private endpoint connections in a workspace." }, { "info": { "name": "Azure Synapse Analytics Get a private endpoint connection", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/privateEndpointConnections/:privateEndpointConnectionName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "privateEndpointConnectionName", "value": "", "type": "path", "description": "The name of the private endpoint connection." } ] }, "docs": "Gets a private endpoint connection." }, { "info": { "name": "Azure Synapse Analytics Approve or reject a private endpoint connection", "type": "http" }, "http": { "method": "PUT", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/privateEndpointConnections/:privateEndpointConnectionName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "privateEndpointConnectionName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Approve or reject a private endpoint connection." }, { "info": { "name": "Azure Synapse Analytics Delete a private endpoint connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{workspaceName}.dev.azuresynapse.net/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/privateEndpointConnections/:privateEndpointConnectionName", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "workspaceName", "value": "", "type": "path" }, { "name": "privateEndpointConnectionName", "value": "", "type": "path" } ] }, "docs": "Delete a private endpoint connection." } ] } ], "bundled": true }