Microsoft Azure · Capability

Microsoft Azure Microsoft Sentinel Upload Indicators API — Workspaces

Microsoft Azure Microsoft Sentinel Upload Indicators API — Workspaces. 1 operations. Lead operation: Microsoft Azure Upload The Indicators To The Workspace. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureWorkspaces

What You Can Do

POST
Microsoftazurethreatintelligenceindicatorsupload — Microsoft Azure Upload The Indicators To The Workspace
/v1/workspaces/{workspaceid}/threatintelligenceindicators-upload

MCP Tools

microsoft-azure-upload-indicators-workspace

Microsoft Azure Upload The Indicators To The Workspace

Capability Spec

microsoft-sentinel-upload-indicators-workspaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft Sentinel Upload Indicators API — Workspaces
  description: 'Microsoft Azure Microsoft Sentinel Upload Indicators API — Workspaces. 1 operations. Lead operation: Microsoft
    Azure Upload The Indicators To The Workspace. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Workspaces
  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: microsoft-sentinel-upload-indicators-workspaces
    baseUri: https://sentinelus.azure-api.net
    description: Microsoft Azure Microsoft Sentinel Upload Indicators API — Workspaces business capability. Self-contained,
      no shared references.
    resources:
    - name: workspaces-workspaceId-threatintelligenceindicators:upload
      path: /workspaces/{workspaceId}/threatintelligenceindicators:upload
      operations:
      - name: microsoftazurethreatintelligenceindicatorsupload
        method: POST
        description: Microsoft Azure Upload The Indicators To The Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspaceId
          in: path
          type: string
          description: The workspace ID for the indicators to be uploaded.
          required: true
        - name: body
          in: body
          type: string
          description: Body of the request with an array of indicators and other properties
          required: true
  exposes:
  - type: rest
    namespace: microsoft-sentinel-upload-indicators-workspaces-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft Sentinel Upload Indicators API — Workspaces. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspaceid}/threatintelligenceindicators-upload
      name: workspaces-workspaceid-threatintelligenceindicators-upload
      description: REST surface for workspaces-workspaceId-threatintelligenceindicators:upload.
      operations:
      - method: POST
        name: microsoftazurethreatintelligenceindicatorsupload
        description: Microsoft Azure Upload The Indicators To The Workspace
        call: microsoft-sentinel-upload-indicators-workspaces.microsoftazurethreatintelligenceindicatorsupload
        with:
          workspaceId: rest.workspaceId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-sentinel-upload-indicators-workspaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft Sentinel Upload Indicators API — Workspaces. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-upload-indicators-workspace
      description: Microsoft Azure Upload The Indicators To The Workspace
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-sentinel-upload-indicators-workspaces.microsoftazurethreatintelligenceindicatorsupload
      with:
        workspaceId: tools.workspaceId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.