Palo Alto Networks · Capability

Palo Alto Networks WildFire API — Report

Palo Alto Networks WildFire API — Report. 3 operations. Lead operation: Palo Alto Networks Get PCAP File. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksReport

What You Can Do

POST
Getpcap — Palo Alto Networks Get PCAP File
/v1/get/pcap
POST
Getreport — Palo Alto Networks Get Analysis Report
/v1/get/report
POST
Getsample — Palo Alto Networks Download Sample
/v1/get/sample

MCP Tools

palo-alto-networks-get-pcap

Palo Alto Networks Get PCAP File

read-only
palo-alto-networks-get-analysis

Palo Alto Networks Get Analysis Report

read-only
palo-alto-networks-download-sample

Palo Alto Networks Download Sample

Capability Spec

palo-alto-wildfire-report.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks WildFire API — Report
  description: 'Palo Alto Networks WildFire API — Report. 3 operations. Lead operation: Palo Alto Networks Get PCAP File.
    Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Report
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PALO_ALTO_NETWORKS_API_KEY: PALO_ALTO_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: palo-alto-wildfire-report
    baseUri: https://wildfire.paloaltonetworks.com/publicapi
    description: Palo Alto Networks WildFire API — Report business capability. Self-contained, no shared references.
    resources:
    - name: get-pcap
      path: /get/pcap
      operations:
      - name: getpcap
        method: POST
        description: Palo Alto Networks Get PCAP File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: get-report
      path: /get/report
      operations:
      - name: getreport
        method: POST
        description: Palo Alto Networks Get Analysis Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: get-sample
      path: /get/sample
      operations:
      - name: getsample
        method: POST
        description: Palo Alto Networks Download Sample
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: palo-alto-wildfire-report-rest
    port: 8080
    description: REST adapter for Palo Alto Networks WildFire API — Report. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/get/pcap
      name: get-pcap
      description: REST surface for get-pcap.
      operations:
      - method: POST
        name: getpcap
        description: Palo Alto Networks Get PCAP File
        call: palo-alto-wildfire-report.getpcap
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/get/report
      name: get-report
      description: REST surface for get-report.
      operations:
      - method: POST
        name: getreport
        description: Palo Alto Networks Get Analysis Report
        call: palo-alto-wildfire-report.getreport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/get/sample
      name: get-sample
      description: REST surface for get-sample.
      operations:
      - method: POST
        name: getsample
        description: Palo Alto Networks Download Sample
        call: palo-alto-wildfire-report.getsample
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-wildfire-report-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks WildFire API — Report. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-pcap
      description: Palo Alto Networks Get PCAP File
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-wildfire-report.getpcap
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-analysis
      description: Palo Alto Networks Get Analysis Report
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-wildfire-report.getreport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-download-sample
      description: Palo Alto Networks Download Sample
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-wildfire-report.getsample
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.