Trellix · Capability

Trellix EDR API — Affected Hosts

Trellix EDR API — Affected Hosts. 1 operations. Lead operation: List affected hosts. Self-contained Naftiko capability covering one Trellix business surface.

Run with Naftiko TrellixAffected Hosts

What You Can Do

GET
Listaffectedhosts — List affected hosts
/v1/edr/v2/affectedhosts

MCP Tools

list-affected-hosts

List affected hosts

read-only idempotent

Capability Spec

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