{ "opencollection": "1.0.0", "info": { "name": "Azure Synapse Analytics - Access Control AzureADOnlyAuthentications Monitoring 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": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Azure Synapse Analytics Get Spark job list", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/monitoring/workloadTypes/spark/Applications", "params": [ { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Get list of Spark applications for the workspace." }, { "info": { "name": "Azure Synapse Analytics Get SQL job query string", "type": "http" }, "http": { "method": "GET", "url": "https://{workspaceName}.dev.azuresynapse.net/monitoring/workloadTypes/sql/querystring", "params": [ { "name": "api-version", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query", "description": "The filter to apply on the operation." }, { "name": "$orderby", "value": "", "type": "query", "description": "The order by operation." }, { "name": "skip", "value": "", "type": "query", "description": "The number of items to skip." } ] }, "docs": "Get SQL OD/DW Query for the workspace." } ] } ], "bundled": true }