Palo Alto Networks · Capability

Palo Alto Networks Prisma Cloud DSPM API — Policies

Palo Alto Networks Prisma Cloud DSPM API — Policies. 1 operations. Lead operation: Palo Alto Networks List DSPM Policies. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksPolicies

What You Can Do

GET
Listdspmpolicies — Palo Alto Networks List DSPM Policies
/v1/dspm/api/v1/policies

MCP Tools

palo-alto-networks-list-dspm

Palo Alto Networks List DSPM Policies

read-only idempotent

Capability Spec

palo-alto-prisma-cloud-dspm-policies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Cloud DSPM API — Policies
  description: 'Palo Alto Networks Prisma Cloud DSPM API — Policies. 1 operations. Lead operation: Palo Alto Networks List
    DSPM Policies. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Policies
  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-dspm-policies
    baseUri: https://api.prismacloud.io
    description: Palo Alto Networks Prisma Cloud DSPM API — Policies business capability. Self-contained, no shared references.
    resources:
    - name: dspm-api-v1-policies
      path: /dspm/api/v1/policies
      operations:
      - name: listdspmpolicies
        method: GET
        description: Palo Alto Networks List DSPM Policies
        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: enabled
          in: query
          type: boolean
          description: Filter by policy enabled status.
        - name: search
          in: query
          type: string
          description: Search term to filter by policy name.
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-cloud-dspm-policies-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Cloud DSPM API — Policies. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dspm/api/v1/policies
      name: dspm-api-v1-policies
      description: REST surface for dspm-api-v1-policies.
      operations:
      - method: GET
        name: listdspmpolicies
        description: Palo Alto Networks List DSPM Policies
        call: palo-alto-prisma-cloud-dspm-policies.listdspmpolicies
        with:
          offset: rest.offset
          limit: rest.limit
          enabled: rest.enabled
          search: rest.search
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-cloud-dspm-policies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Cloud DSPM API — Policies. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-dspm
      description: Palo Alto Networks List DSPM Policies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-cloud-dspm-policies.listdspmpolicies
      with:
        offset: tools.offset
        limit: tools.limit
        enabled: tools.enabled
        search: tools.search
      outputParameters:
      - type: object
        mapping: $.