{ "opencollection": "1.0.0", "info": { "name": "Azure Stream Analytics REST Clusters API", "version": "2020-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "List clusters by subscription", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.StreamAnalytics/clusters", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "List clusters by subscription" } ] } ], "bundled": true }