Palo Alto Networks · Capability

Palo Alto Networks Prisma Access Browser Management API — Devices

Palo Alto Networks Prisma Access Browser Management API — Devices. 1 operations. Lead operation: Palo Alto Networks List Managed Devices. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksDevices

What You Can Do

GET
Listmanageddevices — Palo Alto Networks List Managed Devices
/v1/v1/devices

MCP Tools

palo-alto-networks-list-managed

Palo Alto Networks List Managed Devices

read-only idempotent

Capability Spec

palo-alto-prisma-access-browser-devices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Access Browser Management API — Devices
  description: 'Palo Alto Networks Prisma Access Browser Management API — Devices. 1 operations. Lead operation: Palo Alto
    Networks List Managed Devices. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Devices
  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-access-browser-devices
    baseUri: https://api.sase.paloaltonetworks.com/browser-mgmt
    description: Palo Alto Networks Prisma Access Browser Management API — Devices business capability. Self-contained, no
      shared references.
    resources:
    - name: v1-devices
      path: /v1/devices
      operations:
      - name: listmanageddevices
        method: GET
        description: Palo Alto Networks List Managed Devices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: platform
          in: query
          type: string
          description: Filter devices by operating system platform.
        - name: compliance_status
          in: query
          type: string
          description: Filter devices by compliance status.
        - name: offset
          in: query
          type: integer
          description: Number of results to skip for pagination.
        - name: limit
          in: query
          type: integer
          description: Maximum number of devices to return.
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-access-browser-devices-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Access Browser Management API — Devices. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/devices
      name: v1-devices
      description: REST surface for v1-devices.
      operations:
      - method: GET
        name: listmanageddevices
        description: Palo Alto Networks List Managed Devices
        call: palo-alto-prisma-access-browser-devices.listmanageddevices
        with:
          platform: rest.platform
          compliance_status: rest.compliance_status
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-access-browser-devices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Access Browser Management API — Devices. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-managed
      description: Palo Alto Networks List Managed Devices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-browser-devices.listmanageddevices
      with:
        platform: tools.platform
        compliance_status: tools.compliance_status
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.