{ "opencollection": "1.0.0", "info": { "name": "Azure Synapse Analytics Spark Pools API", "version": "2021-06-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Spark Pools", "type": "folder" }, "items": [ { "info": { "name": "Azure Synapse List Spark Pools", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Synapse/workspaces/:workspaceName/bigDataPools", "params": [ { "name": "subscriptionId", "value": "00000000-0000-0000-0000-000000000000", "type": "path" }, { "name": "resourceGroupName", "value": "my-resource-group", "type": "path" }, { "name": "workspaceName", "value": "my-synapse-workspace", "type": "path" }, { "name": "api-version", "value": "2021-06-01", "type": "query" } ] }, "docs": "List Apache Spark pools in a workspace." } ] } ], "bundled": true }