{ "opencollection": "1.0.0", "info": { "name": "Azure Stream Analytics REST Clusters Transformations API", "version": "2020-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transformations", "type": "folder" }, "items": [ { "info": { "name": "Get transformation", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/transformations/:transformationName", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "jobName", "value": "", "type": "path" }, { "name": "transformationName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Get transformation" }, { "info": { "name": "Create or replace transformation", "type": "http" }, "http": { "method": "PUT", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/transformations/:transformationName", "params": [ { "name": "subscriptionId", "value": "", "type": "path" }, { "name": "resourceGroupName", "value": "", "type": "path" }, { "name": "jobName", "value": "", "type": "path" }, { "name": "transformationName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or replace transformation" } ] } ], "bundled": true }