Azure Stream Analytics · Capability

Azure Stream Analytics REST API — Outputs

Azure Stream Analytics REST API — Outputs. 1 operations. Lead operation: List outputs by streaming job. Self-contained Naftiko capability covering one Microsoft Azure Stream Analytics business surface.

Run with Naftiko Microsoft Azure Stream AnalyticsOutputs

What You Can Do

GET
Listoutputsbystreamingjob — List outputs by streaming job
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/outputs

MCP Tools

list-outputs-streaming-job

List outputs by streaming job

read-only idempotent

Capability Spec

microsoft-azure-stream-analytics-outputs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Stream Analytics REST API — Outputs
  description: 'Azure Stream Analytics REST API — Outputs. 1 operations. Lead operation: List outputs by streaming job. Self-contained
    Naftiko capability covering one Microsoft Azure Stream Analytics business surface.'
  tags:
  - Microsoft Azure Stream Analytics
  - Outputs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_STREAM_ANALYTICS_API_KEY: MICROSOFT_AZURE_STREAM_ANALYTICS_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-stream-analytics-outputs
    baseUri: https://management.azure.com
    description: Azure Stream Analytics REST API — Outputs business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs
      operations:
      - name: listoutputsbystreamingjob
        method: GET
        description: List outputs by streaming job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_STREAM_ANALYTICS_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-stream-analytics-outputs-rest
    port: 8080
    description: REST adapter for Azure Stream Analytics REST API — Outputs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-streamanalytics/streamingjobs/{jobname}/outputs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: listoutputsbystreamingjob
        description: List outputs by streaming job
        call: microsoft-azure-stream-analytics-outputs.listoutputsbystreamingjob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-stream-analytics-outputs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Stream Analytics REST API — Outputs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-outputs-streaming-job
      description: List outputs by streaming job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-stream-analytics-outputs.listoutputsbystreamingjob
      outputParameters:
      - type: object
        mapping: $.