Sumo Logic · Capability

Sumo Logic API — threatIntelIngestProducer

Sumo Logic API — threatIntelIngestProducer. 3 operations. Lead operation: Removes Indicators By Their IDS. Self-contained Naftiko capability covering one Sumo Logic business surface.

Run with Naftiko Sumo LogicthreatIntelIngestProducer

What You Can Do

DELETE
Removeindicators — Removes Indicators By Their IDS
/v1/v1/threatintel/datastore/indicators
POST
Uploadnormalizedindicators — Uploads Indicators In A Sumo Normalized Format.
/v1/v1/threatintel/datastore/indicators/normalized
POST
Uploadstixindicators — Uploads Indicators In A STIX 2.x Json Format.
/v1/v1/threatintel/datastore/indicators/stix

MCP Tools

removes-indicators-their-ids

Removes Indicators By Their IDS

idempotent
uploads-indicators-sumo-normalized-format

Uploads Indicators In A Sumo Normalized Format.

uploads-indicators-stix-2-x-json

Uploads Indicators In A STIX 2.x Json Format.

Capability Spec

sumo-logic-threatintelingestproducer.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sumo Logic API — threatIntelIngestProducer
  description: 'Sumo Logic API — threatIntelIngestProducer. 3 operations. Lead operation: Removes Indicators By Their IDS.
    Self-contained Naftiko capability covering one Sumo Logic business surface.'
  tags:
  - Sumo Logic
  - threatIntelIngestProducer
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SUMO_LOGIC_API_KEY: SUMO_LOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: sumo-logic-threatintelingestproducer
    baseUri: https://api.au.sumologic.com/api
    description: Sumo Logic API — threatIntelIngestProducer business capability. Self-contained, no shared references.
    resources:
    - name: v1-threatIntel-datastore-indicators
      path: /v1/threatIntel/datastore/indicators
      operations:
      - name: removeindicators
        method: DELETE
        description: Removes Indicators By Their IDS
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-threatIntel-datastore-indicators-normalized
      path: /v1/threatIntel/datastore/indicators/normalized
      operations:
      - name: uploadnormalizedindicators
        method: POST
        description: Uploads Indicators In A Sumo Normalized Format.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-threatIntel-datastore-indicators-stix
      path: /v1/threatIntel/datastore/indicators/stix
      operations:
      - name: uploadstixindicators
        method: POST
        description: Uploads Indicators In A STIX 2.x Json Format.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.SUMO_LOGIC_USER}}'
      password: '{{env.SUMO_LOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: sumo-logic-threatintelingestproducer-rest
    port: 8080
    description: REST adapter for Sumo Logic API — threatIntelIngestProducer. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/threatintel/datastore/indicators
      name: v1-threatintel-datastore-indicators
      description: REST surface for v1-threatIntel-datastore-indicators.
      operations:
      - method: DELETE
        name: removeindicators
        description: Removes Indicators By Their IDS
        call: sumo-logic-threatintelingestproducer.removeindicators
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/threatintel/datastore/indicators/normalized
      name: v1-threatintel-datastore-indicators-normalized
      description: REST surface for v1-threatIntel-datastore-indicators-normalized.
      operations:
      - method: POST
        name: uploadnormalizedindicators
        description: Uploads Indicators In A Sumo Normalized Format.
        call: sumo-logic-threatintelingestproducer.uploadnormalizedindicators
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/threatintel/datastore/indicators/stix
      name: v1-threatintel-datastore-indicators-stix
      description: REST surface for v1-threatIntel-datastore-indicators-stix.
      operations:
      - method: POST
        name: uploadstixindicators
        description: Uploads Indicators In A STIX 2.x Json Format.
        call: sumo-logic-threatintelingestproducer.uploadstixindicators
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sumo-logic-threatintelingestproducer-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sumo Logic API — threatIntelIngestProducer. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: removes-indicators-their-ids
      description: Removes Indicators By Their IDS
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sumo-logic-threatintelingestproducer.removeindicators
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: uploads-indicators-sumo-normalized-format
      description: Uploads Indicators In A Sumo Normalized Format.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-threatintelingestproducer.uploadnormalizedindicators
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: uploads-indicators-stix-2-x-json
      description: Uploads Indicators In A STIX 2.x Json Format.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-threatintelingestproducer.uploadstixindicators
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.