Palo Alto Networks · Capability

Palo Alto Networks Prisma Access Browser Management API — Reports

Palo Alto Networks Prisma Access Browser Management API — Reports. 1 operations. Lead operation: Palo Alto Networks Get Usage Report. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksReports

What You Can Do

GET
Getusagereport — Palo Alto Networks Get Usage Report
/v1/v1/reports/usage

MCP Tools

palo-alto-networks-get-usage

Palo Alto Networks Get Usage Report

read-only idempotent

Capability Spec

palo-alto-prisma-access-browser-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Access Browser Management API — Reports
  description: 'Palo Alto Networks Prisma Access Browser Management API — Reports. 1 operations. Lead operation: Palo Alto
    Networks Get Usage 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-prisma-access-browser-reports
    baseUri: https://api.sase.paloaltonetworks.com/browser-mgmt
    description: Palo Alto Networks Prisma Access Browser Management API — Reports business capability. Self-contained, no
      shared references.
    resources:
    - name: v1-reports-usage
      path: /v1/reports/usage
      operations:
      - name: getusagereport
        method: GET
        description: Palo Alto Networks Get Usage Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: start_date
          in: query
          type: string
          description: Start of the reporting period (ISO 8601).
          required: true
        - name: end_date
          in: query
          type: string
          description: End of the reporting period (ISO 8601).
          required: true
        - name: group_by
          in: query
          type: string
          description: Dimension to group results by.
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-access-browser-reports-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Access Browser Management API — Reports. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/reports/usage
      name: v1-reports-usage
      description: REST surface for v1-reports-usage.
      operations:
      - method: GET
        name: getusagereport
        description: Palo Alto Networks Get Usage Report
        call: palo-alto-prisma-access-browser-reports.getusagereport
        with:
          start_date: rest.start_date
          end_date: rest.end_date
          group_by: rest.group_by
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-access-browser-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Access Browser Management API — Reports. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-usage
      description: Palo Alto Networks Get Usage Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-browser-reports.getusagereport
      with:
        start_date: tools.start_date
        end_date: tools.end_date
        group_by: tools.group_by
      outputParameters:
      - type: object
        mapping: $.