Microsoft Azure · Capability

Microsoft Azure Ingestion Using Data Collection Rules — Data Collection Rules

Microsoft Azure Ingestion Using Data Collection Rules — Data Collection Rules. 1 operations. Lead operation: Microsoft Azure Ingestion Api Used To Directly Ingest Data Using Data Collection Rules. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureData Collection Rules

What You Can Do

POST
Microsoftazureupload — Microsoft Azure Ingestion Api Used To Directly Ingest Data Using Data Collection Rules
/v1/datacollectionrules/{ruleid}/streams/{stream}

MCP Tools

microsoft-azure-ingestion-api-used

Microsoft Azure Ingestion Api Used To Directly Ingest Data Using Data Collection Rules

Capability Spec

ingestion-using-data-collection-rules-data-collection-rules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Ingestion Using Data Collection Rules — Data Collection Rules
  description: 'Microsoft Azure Ingestion Using Data Collection Rules — Data Collection Rules. 1 operations. Lead operation:
    Microsoft Azure Ingestion Api Used To Directly Ingest Data Using Data Collection Rules. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Data Collection Rules
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ingestion-using-data-collection-rules-data-collection-rules
    baseUri: ''
    description: Microsoft Azure Ingestion Using Data Collection Rules — Data Collection Rules business capability. Self-contained,
      no shared references.
    resources:
    - name: dataCollectionRules-ruleId-streams-stream
      path: /dataCollectionRules/{ruleId}/streams/{stream}
      operations:
      - name: microsoftazureupload
        method: POST
        description: Microsoft Azure Ingestion Api Used To Directly Ingest Data Using Data Collection Rules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ruleId
          in: path
          type: string
          description: The immutable Id of the Data Collection Rule resource.
          required: true
        - name: stream
          in: path
          type: string
          description: The streamDeclaration name as defined in the Data Collection Rule.
          required: true
        - name: api-version
          in: query
          type: string
          description: The API version to use for this operation.
          required: true
        - name: Content-Encoding
          in: header
          type: string
          description: gzip
        - name: x-ms-client-request-id
          in: header
          type: string
          description: Client request Id
        - name: body
          in: body
          type: array
          description: An array of objects matching the schema defined by the provided stream.
          required: true
  exposes:
  - type: rest
    namespace: ingestion-using-data-collection-rules-data-collection-rules-rest
    port: 8080
    description: REST adapter for Microsoft Azure Ingestion Using Data Collection Rules — Data Collection Rules. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/datacollectionrules/{ruleid}/streams/{stream}
      name: datacollectionrules-ruleid-streams-stream
      description: REST surface for dataCollectionRules-ruleId-streams-stream.
      operations:
      - method: POST
        name: microsoftazureupload
        description: Microsoft Azure Ingestion Api Used To Directly Ingest Data Using Data Collection Rules
        call: ingestion-using-data-collection-rules-data-collection-rules.microsoftazureupload
        with:
          ruleId: rest.ruleId
          stream: rest.stream
          api-version: rest.api-version
          Content-Encoding: rest.Content-Encoding
          x-ms-client-request-id: rest.x-ms-client-request-id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ingestion-using-data-collection-rules-data-collection-rules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Ingestion Using Data Collection Rules — Data Collection Rules. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-ingestion-api-used
      description: Microsoft Azure Ingestion Api Used To Directly Ingest Data Using Data Collection Rules
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ingestion-using-data-collection-rules-data-collection-rules.microsoftazureupload
      with:
        ruleId: tools.ruleId
        stream: tools.stream
        api-version: tools.api-version
        Content-Encoding: tools.Content-Encoding
        x-ms-client-request-id: tools.x-ms-client-request-id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.