Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud Compute API — Scans

Palo Alto Networks Prisma Cloud Compute API — Scans. 1 operations. Lead operation: Palo Alto Networks Get CI Scan Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksScans

What You Can Do

GET
Getciscans — Palo Alto Networks Get CI Scan Results
/v1/scans

MCP Tools

palo-alto-networks-get-ci

Palo Alto Networks Get CI Scan Results

read-only idempotent

Capability Spec

palo-alto-prisma-cloud-compute-scans.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud Compute API — Scans
  description: 'Palo Alto Networks Prisma Cloud Compute API — Scans. 1 operations. Lead operation: Palo Alto Networks Get
    CI Scan Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Scans
  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-prisma-cloud-compute-scans
    baseUri: https://{console}/api/v1
    description: Palo Alto Networks Prisma Cloud Compute API — Scans business capability. Self-contained, no shared references.
    resources:
    - name: scans
      path: /scans
      operations:
      - name: getciscans
        method: GET
        description: Palo Alto Networks Get CI Scan Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: offset
          in: query
          type: integer
          description: Number of records to skip for pagination.
        - name: limit
          in: query
          type: integer
          description: Maximum number of records to return.
        - name: search
          in: query
          type: string
          description: Search term to filter scan results by image name.
        - name: type
          in: query
          type: string
          description: Filter by scan target type.
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-compute-scans-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud Compute API — Scans. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/scans
      name: scans
      description: REST surface for scans.
      operations:
      - method: GET
        name: getciscans
        description: Palo Alto Networks Get CI Scan Results
        call: palo-alto-prisma-cloud-compute-scans.getciscans
        with:
          offset: rest.offset
          limit: rest.limit
          search: rest.search
          type: rest.type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-compute-scans-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud Compute API — Scans. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-ci
      description: Palo Alto Networks Get CI Scan Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-compute-scans.getciscans
      with:
        offset: tools.offset
        limit: tools.limit
        search: tools.search
        type: tools.type
      outputParameters:
      - type: object
        mapping: $.