Palo Alto Networks · Capability

Palo Alto Networks Autonomous DEM API — Applications

Palo Alto Networks Autonomous DEM API — Applications. 1 operations. Lead operation: Palo Alto Networks List Monitored Applications. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksApplications

What You Can Do

GET
Listmonitoredapplications — Palo Alto Networks List Monitored Applications
/v1/mt/monitor/adem/v1/applications

MCP Tools

palo-alto-networks-list-monitored

Palo Alto Networks List Monitored Applications

read-only idempotent

Capability Spec

palo-alto-autonomous-dem-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Autonomous DEM API — Applications
  description: 'Palo Alto Networks Autonomous DEM API — Applications. 1 operations. Lead operation: Palo Alto Networks List
    Monitored Applications. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Applications
  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-autonomous-dem-applications
    baseUri: https://api.sase.paloaltonetworks.com/adem/telemetry/v2
    description: Palo Alto Networks Autonomous DEM API — Applications business capability. Self-contained, no shared references.
    resources:
    - name: mt-monitor-adem-v1-applications
      path: /mt/monitor/adem/v1/applications
      operations:
      - name: listmonitoredapplications
        method: GET
        description: Palo Alto Networks List Monitored Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: query
          type: string
          description: Filter by specific application identifier.
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-autonomous-dem-applications-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Autonomous DEM API — Applications. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/mt/monitor/adem/v1/applications
      name: mt-monitor-adem-v1-applications
      description: REST surface for mt-monitor-adem-v1-applications.
      operations:
      - method: GET
        name: listmonitoredapplications
        description: Palo Alto Networks List Monitored Applications
        call: palo-alto-autonomous-dem-applications.listmonitoredapplications
        with:
          app_id: rest.app_id
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-autonomous-dem-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Autonomous DEM API — Applications. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-monitored
      description: Palo Alto Networks List Monitored Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-autonomous-dem-applications.listmonitoredapplications
      with:
        app_id: tools.app_id
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.