Palo Alto Networks · Capability

Palo Alto Networks SASE Aggregate Monitoring API — Aggregation Queries

Palo Alto Networks SASE Aggregate Monitoring API — Aggregation Queries. 5 operations. Lead operation: Palo Alto Networks Query Application Usage Data. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksAggregation Queries

What You Can Do

POST
Queryapplicationdata — Palo Alto Networks Query Application Usage Data
/v1/agg/query/application
POST
Querybandwidthdata — Palo Alto Networks Query Bandwidth Utilization Data
/v1/agg/query/bandwidth
POST
Querylicensedata — Palo Alto Networks Query License Utilization Data
/v1/agg/query/license
POST
Querythreatdata — Palo Alto Networks Query Threat Data Aggregation
/v1/agg/query/threat
POST
Queryurldata — Palo Alto Networks Query URL Categorization Data
/v1/agg/query/url

MCP Tools

palo-alto-networks-query-application

Palo Alto Networks Query Application Usage Data

read-only
palo-alto-networks-query-bandwidth

Palo Alto Networks Query Bandwidth Utilization Data

read-only
palo-alto-networks-query-license

Palo Alto Networks Query License Utilization Data

read-only
palo-alto-networks-query-threat

Palo Alto Networks Query Threat Data Aggregation

read-only
palo-alto-networks-query-url

Palo Alto Networks Query URL Categorization Data

read-only

Capability Spec

palo-alto-sase-aggregate-monitoring-aggregation-queries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks SASE Aggregate Monitoring API — Aggregation Queries
  description: 'Palo Alto Networks SASE Aggregate Monitoring API — Aggregation Queries. 5 operations. Lead operation: Palo
    Alto Networks Query Application Usage Data. Self-contained Naftiko capability covering one Palo Alto Networks business
    surface.'
  tags:
  - Palo Alto Networks
  - Aggregation Queries
  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-sase-aggregate-monitoring-aggregation-queries
    baseUri: https://api.sase.paloaltonetworks.com/mt/monitor/v1
    description: Palo Alto Networks SASE Aggregate Monitoring API — Aggregation Queries business capability. Self-contained,
      no shared references.
    resources:
    - name: agg-query-application
      path: /agg/query/application
      operations:
      - name: queryapplicationdata
        method: POST
        description: Palo Alto Networks Query Application Usage Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: agg-query-bandwidth
      path: /agg/query/bandwidth
      operations:
      - name: querybandwidthdata
        method: POST
        description: Palo Alto Networks Query Bandwidth Utilization Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: agg-query-license
      path: /agg/query/license
      operations:
      - name: querylicensedata
        method: POST
        description: Palo Alto Networks Query License Utilization Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: agg-query-threat
      path: /agg/query/threat
      operations:
      - name: querythreatdata
        method: POST
        description: Palo Alto Networks Query Threat Data Aggregation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: agg-query-url
      path: /agg/query/url
      operations:
      - name: queryurldata
        method: POST
        description: Palo Alto Networks Query URL Categorization Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-sase-aggregate-monitoring-aggregation-queries-rest
    port: 8080
    description: REST adapter for Palo Alto Networks SASE Aggregate Monitoring API — Aggregation Queries. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/agg/query/application
      name: agg-query-application
      description: REST surface for agg-query-application.
      operations:
      - method: POST
        name: queryapplicationdata
        description: Palo Alto Networks Query Application Usage Data
        call: palo-alto-sase-aggregate-monitoring-aggregation-queries.queryapplicationdata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/agg/query/bandwidth
      name: agg-query-bandwidth
      description: REST surface for agg-query-bandwidth.
      operations:
      - method: POST
        name: querybandwidthdata
        description: Palo Alto Networks Query Bandwidth Utilization Data
        call: palo-alto-sase-aggregate-monitoring-aggregation-queries.querybandwidthdata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/agg/query/license
      name: agg-query-license
      description: REST surface for agg-query-license.
      operations:
      - method: POST
        name: querylicensedata
        description: Palo Alto Networks Query License Utilization Data
        call: palo-alto-sase-aggregate-monitoring-aggregation-queries.querylicensedata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/agg/query/threat
      name: agg-query-threat
      description: REST surface for agg-query-threat.
      operations:
      - method: POST
        name: querythreatdata
        description: Palo Alto Networks Query Threat Data Aggregation
        call: palo-alto-sase-aggregate-monitoring-aggregation-queries.querythreatdata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/agg/query/url
      name: agg-query-url
      description: REST surface for agg-query-url.
      operations:
      - method: POST
        name: queryurldata
        description: Palo Alto Networks Query URL Categorization Data
        call: palo-alto-sase-aggregate-monitoring-aggregation-queries.queryurldata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sase-aggregate-monitoring-aggregation-queries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks SASE Aggregate Monitoring API — Aggregation Queries. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-query-application
      description: Palo Alto Networks Query Application Usage Data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-sase-aggregate-monitoring-aggregation-queries.queryapplicationdata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-query-bandwidth
      description: Palo Alto Networks Query Bandwidth Utilization Data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-sase-aggregate-monitoring-aggregation-queries.querybandwidthdata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-query-license
      description: Palo Alto Networks Query License Utilization Data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-sase-aggregate-monitoring-aggregation-queries.querylicensedata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-query-threat
      description: Palo Alto Networks Query Threat Data Aggregation
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-sase-aggregate-monitoring-aggregation-queries.querythreatdata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-query-url
      description: Palo Alto Networks Query URL Categorization Data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-sase-aggregate-monitoring-aggregation-queries.queryurldata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.