Azure Stream Analytics website screenshot

Azure Stream Analytics

Azure Stream Analytics REST API provides management of real-time analytics jobs that process streaming data from IoT devices, Event Hubs, and blob storage. It supports creating streaming jobs, defining input sources, output destinations, and transformation queries using SQL-like syntax.

1 APIs 0 Features
Stream ProcessingReal-Time AnalyticsIoTEvent Processing

APIs

Azure Stream Analytics REST API

Azure Stream Analytics REST API provides management of real-time analytics jobs that process streaming data from IoT devices, Event Hubs, and blob storage. It supports creating ...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog
👥
StackOverflow
StackOverflow
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Stream Analytics REST API
  version: '2020-03-01'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: StreamingJobs
    type: folder
  items:
  - info:
      name: List streaming jobs in subscription
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/providers/Microsoft.StreamAnalytics/streamingjobs
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: List streaming jobs in subscription
  - info:
      name: List streaming jobs by resource group
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: List streaming jobs by resource group
  - info:
      name: Get streaming job
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: Get streaming job
  - info:
      name: Create or replace streaming job
      type: http
    http:
      method: PUT
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Create or replace streaming job
  - info:
      name: Update streaming job
      type: http
    http:
      method: PATCH
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Update streaming job
  - info:
      name: Delete streaming job
      type: http
    http:
      method: DELETE
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: Delete streaming job
  - info:
      name: Start streaming job
      type: http
    http:
      method: POST
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/start
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Start streaming job
  - info:
      name: Stop streaming job
      type: http
    http:
      method: POST
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/stop
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: Stop streaming job
- info:
    name: Inputs
    type: folder
  items:
  - info:
      name: List inputs by streaming job
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/inputs
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: List inputs by streaming job
- info:
    name: Outputs
    type: folder
  items:
  - info:
      name: List outputs by streaming job
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/outputs
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: List outputs by streaming job
- 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
- info:
    name: Functions
    type: folder
  items:
  - info:
      name: List functions by streaming job
      type: http
    http:
      method: GET
      url: https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.StreamAnalytics/streamingjobs/:jobName/functions
      params:
      - name: subscriptionId
        value: ''
        type: path
      - name: resourceGroupName
        value: ''
        type: path
      - name: jobName
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: List functions by streaming job
- 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