Sumo Logic · Capability

Sumo Logic API — threatIntelIngest

Sumo Logic API — threatIntelIngest. 5 operations. Lead operation: Updates Source Properties. Self-contained Naftiko capability covering one Sumo Logic business surface.

Run with Naftiko Sumo LogicthreatIntelIngest

What You Can Do

PUT
Datasourcepropertiesupdate — Updates Source Properties
/v1/v1/threatintel/datastore/datasource/{datasourcename}
GET
Datastoreget — Get Threat Intel Indicators DB Information
/v1/v1/threatintel/datastore/db
DELETE
Removedatastore — Remove The Threat Intel Indicators DB
/v1/v1/threatintel/datastore/db
GET
Retentionperiod — Get Threat Intel Indicators Store Retention Period In Terms Of Days.
/v1/v1/threatintel/datastore/retentionperiod
POST
Setretentionperiod — Set The Threat Intel Indicators Store Retention Period In Terms Of Days.
/v1/v1/threatintel/datastore/retentionperiod

MCP Tools

updates-source-properties

Updates Source Properties

idempotent
get-threat-intel-indicators-db

Get Threat Intel Indicators DB Information

read-only idempotent
remove-threat-intel-indicators-db

Remove The Threat Intel Indicators DB

idempotent
get-threat-intel-indicators-store

Get Threat Intel Indicators Store Retention Period In Terms Of Days.

read-only idempotent
set-threat-intel-indicators-store

Set The Threat Intel Indicators Store Retention Period In Terms Of Days.

Capability Spec

sumo-logic-threatintelingest.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sumo Logic API — threatIntelIngest
  description: 'Sumo Logic API — threatIntelIngest. 5 operations. Lead operation: Updates Source Properties. Self-contained
    Naftiko capability covering one Sumo Logic business surface.'
  tags:
  - Sumo Logic
  - threatIntelIngest
  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-threatintelingest
    baseUri: https://api.au.sumologic.com/api
    description: Sumo Logic API — threatIntelIngest business capability. Self-contained, no shared references.
    resources:
    - name: v1-threatIntel-datastore-dataSource-dataSourceName
      path: /v1/threatIntel/datastore/dataSource/{dataSourceName}
      operations:
      - name: datasourcepropertiesupdate
        method: PUT
        description: Updates Source Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSourceName
          in: path
          type: string
          description: Source name
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-threatIntel-datastore-db
      path: /v1/threatIntel/datastore/db
      operations:
      - name: datastoreget
        method: GET
        description: Get Threat Intel Indicators DB Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: removedatastore
        method: DELETE
        description: Remove The Threat Intel Indicators DB
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-threatIntel-datastore-retentionPeriod
      path: /v1/threatIntel/datastore/retentionPeriod
      operations:
      - name: retentionperiod
        method: GET
        description: Get Threat Intel Indicators Store Retention Period In Terms Of Days.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: setretentionperiod
        method: POST
        description: Set The Threat Intel Indicators Store Retention Period In Terms Of Days.
        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-threatintelingest-rest
    port: 8080
    description: REST adapter for Sumo Logic API — threatIntelIngest. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/threatintel/datastore/datasource/{datasourcename}
      name: v1-threatintel-datastore-datasource-datasourcename
      description: REST surface for v1-threatIntel-datastore-dataSource-dataSourceName.
      operations:
      - method: PUT
        name: datasourcepropertiesupdate
        description: Updates Source Properties
        call: sumo-logic-threatintelingest.datasourcepropertiesupdate
        with:
          dataSourceName: rest.dataSourceName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/threatintel/datastore/db
      name: v1-threatintel-datastore-db
      description: REST surface for v1-threatIntel-datastore-db.
      operations:
      - method: GET
        name: datastoreget
        description: Get Threat Intel Indicators DB Information
        call: sumo-logic-threatintelingest.datastoreget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: removedatastore
        description: Remove The Threat Intel Indicators DB
        call: sumo-logic-threatintelingest.removedatastore
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/threatintel/datastore/retentionperiod
      name: v1-threatintel-datastore-retentionperiod
      description: REST surface for v1-threatIntel-datastore-retentionPeriod.
      operations:
      - method: GET
        name: retentionperiod
        description: Get Threat Intel Indicators Store Retention Period In Terms Of Days.
        call: sumo-logic-threatintelingest.retentionperiod
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: setretentionperiod
        description: Set The Threat Intel Indicators Store Retention Period In Terms Of Days.
        call: sumo-logic-threatintelingest.setretentionperiod
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sumo-logic-threatintelingest-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sumo Logic API — threatIntelIngest. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: updates-source-properties
      description: Updates Source Properties
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sumo-logic-threatintelingest.datasourcepropertiesupdate
      with:
        dataSourceName: tools.dataSourceName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-threat-intel-indicators-db
      description: Get Threat Intel Indicators DB Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-threatintelingest.datastoreget
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-threat-intel-indicators-db
      description: Remove The Threat Intel Indicators DB
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sumo-logic-threatintelingest.removedatastore
      outputParameters:
      - type: object
        mapping: $.
    - name: get-threat-intel-indicators-store
      description: Get Threat Intel Indicators Store Retention Period In Terms Of Days.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sumo-logic-threatintelingest.retentionperiod
      outputParameters:
      - type: object
        mapping: $.
    - name: set-threat-intel-indicators-store
      description: Set The Threat Intel Indicators Store Retention Period In Terms Of Days.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sumo-logic-threatintelingest.setretentionperiod
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.