Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud Compute API — Images

Palo Alto Networks Prisma Cloud Compute API — Images. 2 operations. Lead operation: Palo Alto Networks List Image Scan Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksImages

What You Can Do

GET
Getimages — Palo Alto Networks List Image Scan Results
/v1/images
GET
Downloadimagescanresults — Palo Alto Networks Download Image Scan Results
/v1/images/download

MCP Tools

palo-alto-networks-list-image

Palo Alto Networks List Image Scan Results

read-only idempotent
palo-alto-networks-download-image

Palo Alto Networks Download Image Scan Results

read-only idempotent

Capability Spec

palo-alto-prisma-cloud-compute-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud Compute API — Images
  description: 'Palo Alto Networks Prisma Cloud Compute API — Images. 2 operations. Lead operation: Palo Alto Networks List
    Image Scan Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Images
  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-images
    baseUri: https://{console}/api/v1
    description: Palo Alto Networks Prisma Cloud Compute API — Images business capability. Self-contained, no shared references.
    resources:
    - name: images
      path: /images
      operations:
      - name: getimages
        method: GET
        description: Palo Alto Networks List Image 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 images by repository name or tag.
        - name: sort
          in: query
          type: string
          description: Field to sort results by.
        - name: reverse
          in: query
          type: boolean
          description: Sort in reverse order.
        - name: collections
          in: query
          type: string
          description: Filter by collection name.
        - name: clusters
          in: query
          type: string
          description: Filter by cluster name.
        - name: compact
          in: query
          type: boolean
          description: Return compact results without full vulnerability details.
    - name: images-download
      path: /images/download
      operations:
      - name: downloadimagescanresults
        method: GET
        description: Palo Alto Networks Download Image Scan Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: search
          in: query
          type: string
          description: Search term to filter images by repository name or tag.
        - name: collections
          in: query
          type: string
          description: Filter by collection name.
        - name: clusters
          in: query
          type: string
          description: Filter by cluster name.
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-compute-images-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud Compute API — Images. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/images
      name: images
      description: REST surface for images.
      operations:
      - method: GET
        name: getimages
        description: Palo Alto Networks List Image Scan Results
        call: palo-alto-prisma-cloud-compute-images.getimages
        with:
          offset: rest.offset
          limit: rest.limit
          search: rest.search
          sort: rest.sort
          reverse: rest.reverse
          collections: rest.collections
          clusters: rest.clusters
          compact: rest.compact
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/images/download
      name: images-download
      description: REST surface for images-download.
      operations:
      - method: GET
        name: downloadimagescanresults
        description: Palo Alto Networks Download Image Scan Results
        call: palo-alto-prisma-cloud-compute-images.downloadimagescanresults
        with:
          search: rest.search
          collections: rest.collections
          clusters: rest.clusters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-compute-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud Compute API — Images. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-image
      description: Palo Alto Networks List Image Scan Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-compute-images.getimages
      with:
        offset: tools.offset
        limit: tools.limit
        search: tools.search
        sort: tools.sort
        reverse: tools.reverse
        collections: tools.collections
        clusters: tools.clusters
        compact: tools.compact
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-download-image
      description: Palo Alto Networks Download Image Scan Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-compute-images.downloadimagescanresults
      with:
        search: tools.search
        collections: tools.collections
        clusters: tools.clusters
      outputParameters:
      - type: object
        mapping: $.