Trellix · Capability

Trellix EDR API — Action History

Trellix EDR API — Action History. 1 operations. Lead operation: List action history. Self-contained Naftiko capability covering one Trellix business surface.

Run with Naftiko TrellixAction History

What You Can Do

GET
Listactionhistory — List action history
/v1/edr/v2/actions

MCP Tools

list-action-history

List action history

read-only idempotent

Capability Spec

edr-action-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Trellix EDR API — Action History
  description: 'Trellix EDR API — Action History. 1 operations. Lead operation: List action history. Self-contained Naftiko
    capability covering one Trellix business surface.'
  tags:
  - Trellix
  - Action History
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TRELLIX_API_KEY: TRELLIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: edr-action-history
    baseUri: https://api.manage.trellix.com
    description: Trellix EDR API — Action History business capability. Self-contained, no shared references.
    resources:
    - name: edr-v2-actions
      path: /edr/v2/actions
      operations:
      - name: listactionhistory
        method: GET
        description: List action history
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since
          in: query
          type: string
          description: Return actions executed after this ISO 8601 timestamp.
    authentication:
      type: bearer
      token: '{{env.TRELLIX_API_KEY}}'
  exposes:
  - type: rest
    namespace: edr-action-history-rest
    port: 8080
    description: REST adapter for Trellix EDR API — Action History. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/edr/v2/actions
      name: edr-v2-actions
      description: REST surface for edr-v2-actions.
      operations:
      - method: GET
        name: listactionhistory
        description: List action history
        call: edr-action-history.listactionhistory
        with:
          since: rest.since
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: edr-action-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for Trellix EDR API — Action History. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-action-history
      description: List action history
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edr-action-history.listactionhistory
      with:
        since: tools.since
      outputParameters:
      - type: object
        mapping: $.