Palo Alto Networks · Capability

Palo Alto Networks IoT Security API — Reports

Palo Alto Networks IoT Security API — Reports. 1 operations. Lead operation: Palo Alto Networks Get Asset Report. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksReports

What You Can Do

GET
Getassetreport — Palo Alto Networks Get Asset Report
/v1/report/asset

MCP Tools

palo-alto-networks-get-asset

Palo Alto Networks Get Asset Report

read-only idempotent

Capability Spec

palo-alto-iot-security-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks IoT Security API — Reports
  description: 'Palo Alto Networks IoT Security API — Reports. 1 operations. Lead operation: Palo Alto Networks Get Asset
    Report. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Reports
  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-iot-security-reports
    baseUri: https://{customer}.iot.paloaltonetworks.com/pub/v4.0
    description: Palo Alto Networks IoT Security API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: report-asset
      path: /report/asset
      operations:
      - name: getassetreport
        method: GET
        description: Palo Alto Networks Get Asset Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customerid
          in: query
          type: string
          description: Customer tenant identifier.
          required: true
        - name: offset
          in: query
          type: integer
          description: Pagination offset for results.
        - name: pagelength
          in: query
          type: integer
          description: Number of report records to return per page.
    authentication:
      type: apikey
      key: X-Key-Id
      value: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: palo-alto-iot-security-reports-rest
    port: 8080
    description: REST adapter for Palo Alto Networks IoT Security API — Reports. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/report/asset
      name: report-asset
      description: REST surface for report-asset.
      operations:
      - method: GET
        name: getassetreport
        description: Palo Alto Networks Get Asset Report
        call: palo-alto-iot-security-reports.getassetreport
        with:
          customerid: rest.customerid
          offset: rest.offset
          pagelength: rest.pagelength
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-iot-security-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks IoT Security API — Reports. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-asset
      description: Palo Alto Networks Get Asset Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-iot-security-reports.getassetreport
      with:
        customerid: tools.customerid
        offset: tools.offset
        pagelength: tools.pagelength
      outputParameters:
      - type: object
        mapping: $.