Trellix · Capability

Trellix EDR API — Alerts

Trellix EDR API — Alerts. 1 operations. Lead operation: List alerts. Self-contained Naftiko capability covering one Trellix business surface.

Run with Naftiko TrellixAlerts

What You Can Do

GET
Listalerts — List alerts
/v1/edr/v2/alerts

MCP Tools

list-alerts

List alerts

read-only idempotent

Capability Spec

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