Palo Alto Networks · Capability

Multi-Tenant Notifications API — Notifications

Multi-Tenant Notifications API — Notifications. 4 operations. Lead operation: Palo Alto Networks List Notifications. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksNotifications

What You Can Do

POST
Post — Palo Alto Networks List Notifications
/v1/api/cloud/2-0/agg/notifications/list
POST
Post — Palo Alto Networks Notification Count
/v1/api/cloud/2-0/agg/notifications/list/count
POST
Post — Palo Alto Networks Set Read State
/v1/api/cloud/2-0/agg/notifications/list/state
GET
Get — Palo Alto Networks Get Read State
/v1/api/cloud/2-0/agg/notifications/list/state/{notification-id}

MCP Tools

palo-alto-networks-list-notifications

Palo Alto Networks List Notifications

read-only
palo-alto-networks-notification-count

Palo Alto Networks Notification Count

palo-alto-networks-set-read

Palo Alto Networks Set Read State

palo-alto-networks-get-read

Palo Alto Networks Get Read State

read-only idempotent

Capability Spec

palo-alto-sase-multitenant-notifications-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Multi-Tenant Notifications API — Notifications
  description: 'Multi-Tenant Notifications API — Notifications. 4 operations. Lead operation: Palo Alto Networks List Notifications.
    Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Notifications
  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-multitenant-notifications-notifications
    baseUri: ''
    description: Multi-Tenant Notifications API — Notifications business capability. Self-contained, no shared references.
    resources:
    - name: api-cloud-2.0-agg-notifications-list
      path: /api/cloud/2.0/agg/notifications/list
      operations:
      - name: post
        method: POST
        description: Palo Alto Networks List Notifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-cloud-2.0-agg-notifications-list-count
      path: /api/cloud/2.0/agg/notifications/list/count
      operations:
      - name: post
        method: POST
        description: Palo Alto Networks Notification Count
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-cloud-2.0-agg-notifications-list-state
      path: /api/cloud/2.0/agg/notifications/list/state
      operations:
      - name: post
        method: POST
        description: Palo Alto Networks Set Read State
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-cloud-2.0-agg-notifications-list-state-notification-id
      path: /api/cloud/2.0/agg/notifications/list/state/{notification-id}
      operations:
      - name: get
        method: GET
        description: Palo Alto Networks Get Read State
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: notification-profile-id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-sase-multitenant-notifications-notifications-rest
    port: 8080
    description: REST adapter for Multi-Tenant Notifications API — Notifications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/cloud/2-0/agg/notifications/list
      name: api-cloud-2-0-agg-notifications-list
      description: REST surface for api-cloud-2.0-agg-notifications-list.
      operations:
      - method: POST
        name: post
        description: Palo Alto Networks List Notifications
        call: palo-alto-sase-multitenant-notifications-notifications.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/list/count
      name: api-cloud-2-0-agg-notifications-list-count
      description: REST surface for api-cloud-2.0-agg-notifications-list-count.
      operations:
      - method: POST
        name: post
        description: Palo Alto Networks Notification Count
        call: palo-alto-sase-multitenant-notifications-notifications.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/list/state
      name: api-cloud-2-0-agg-notifications-list-state
      description: REST surface for api-cloud-2.0-agg-notifications-list-state.
      operations:
      - method: POST
        name: post
        description: Palo Alto Networks Set Read State
        call: palo-alto-sase-multitenant-notifications-notifications.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/list/state/{notification-id}
      name: api-cloud-2-0-agg-notifications-list-state-notification-id
      description: REST surface for api-cloud-2.0-agg-notifications-list-state-notification-id.
      operations:
      - method: GET
        name: get
        description: Palo Alto Networks Get Read State
        call: palo-alto-sase-multitenant-notifications-notifications.get
        with:
          notification-profile-id: rest.notification-profile-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sase-multitenant-notifications-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Multi-Tenant Notifications API — Notifications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-notifications
      description: Palo Alto Networks List Notifications
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-notifications-notifications.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-notification-count
      description: Palo Alto Networks Notification Count
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-notifications-notifications.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-set-read
      description: Palo Alto Networks Set Read State
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-notifications-notifications.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-read
      description: Palo Alto Networks Get Read State
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-notifications-notifications.get
      with:
        notification-profile-id: tools.notification-profile-id
      outputParameters:
      - type: object
        mapping: $.