Palo Alto Networks · Capability

Multi-Tenant Notifications API — NotificationProfiles

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

Run with Naftiko Palo Alto NetworksNotificationProfiles

What You Can Do

GET
Get — Palo Alto Networks List Notification Profiles
/v1/api/cloud/2-0/agg/notifications/profiles
POST
Post — Palo Alto Networks Create a Notification Profile
/v1/api/cloud/2-0/agg/notifications/profiles
PUT
Put — Palo Alto Networks Enable / Disable Profile
/v1/api/cloud/2-0/agg/notifications/profiles/opstate
POST
Post — Palo Alto Networks Incident Profile Retry Operation
/v1/api/cloud/2-0/agg/notifications/profiles/retryop
GET
Get — Palo Alto Networks Retrieve Notification Types
/v1/api/cloud/2-0/agg/notifications/profiles/types
POST
Post — Palo Alto Networks Webhook Connectivity Check
/v1/api/cloud/2-0/agg/notifications/profiles/webhook/test
GET
Get — Palo Alto Networks Get a Tenant's Notification Profile
/v1/api/cloud/2-0/agg/notifications/profiles/{notification-profile-id}
DELETE
Delete — Palo Alto Networks Delete a Notification Profile
/v1/api/cloud/2-0/agg/notifications/profiles/{notification-profile-id}

MCP Tools

palo-alto-networks-list-notification

Palo Alto Networks List Notification Profiles

read-only idempotent
palo-alto-networks-create-notification

Palo Alto Networks Create a Notification Profile

palo-alto-networks-enable-disable

Palo Alto Networks Enable / Disable Profile

idempotent
palo-alto-networks-incident-profile

Palo Alto Networks Incident Profile Retry Operation

palo-alto-networks-retrieve-notification

Palo Alto Networks Retrieve Notification Types

read-only idempotent
palo-alto-networks-webhook-connectivity

Palo Alto Networks Webhook Connectivity Check

palo-alto-networks-get-tenant-s

Palo Alto Networks Get a Tenant's Notification Profile

read-only idempotent
palo-alto-networks-delete-notification

Palo Alto Networks Delete a Notification Profile

idempotent

Capability Spec

palo-alto-sase-multitenant-notifications-notificationprofiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Multi-Tenant Notifications API — NotificationProfiles
  description: 'Multi-Tenant Notifications API — NotificationProfiles. 8 operations. Lead operation: Palo Alto Networks List
    Notification Profiles. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - NotificationProfiles
  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-notificationprofiles
    baseUri: ''
    description: Multi-Tenant Notifications API — NotificationProfiles business capability. Self-contained, no shared references.
    resources:
    - name: api-cloud-2.0-agg-notifications-profiles
      path: /api/cloud/2.0/agg/notifications/profiles
      operations:
      - name: get
        method: GET
        description: Palo Alto Networks List Notification Profiles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: Palo Alto Networks Create a Notification Profile
        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-profiles-opstate
      path: /api/cloud/2.0/agg/notifications/profiles/opstate
      operations:
      - name: put
        method: PUT
        description: Palo Alto Networks Enable / Disable Profile
        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-profiles-retryOp
      path: /api/cloud/2.0/agg/notifications/profiles/retryOp
      operations:
      - name: post
        method: POST
        description: Palo Alto Networks Incident Profile Retry Operation
        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-profiles-types
      path: /api/cloud/2.0/agg/notifications/profiles/types
      operations:
      - name: get
        method: GET
        description: Palo Alto Networks Retrieve Notification Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-cloud-2.0-agg-notifications-profiles-webhook-test
      path: /api/cloud/2.0/agg/notifications/profiles/webhook/test
      operations:
      - name: post
        method: POST
        description: Palo Alto Networks Webhook Connectivity Check
        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-profiles-notification-profile-id
      path: /api/cloud/2.0/agg/notifications/profiles/{notification-profile-id}
      operations:
      - name: get
        method: GET
        description: Palo Alto Networks Get a Tenant's Notification Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: notification-profile-id
          in: path
          type: string
          required: true
      - name: delete
        method: DELETE
        description: Palo Alto Networks Delete a Notification Profile
        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-notificationprofiles-rest
    port: 8080
    description: REST adapter for Multi-Tenant Notifications API — NotificationProfiles. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/cloud/2-0/agg/notifications/profiles
      name: api-cloud-2-0-agg-notifications-profiles
      description: REST surface for api-cloud-2.0-agg-notifications-profiles.
      operations:
      - method: GET
        name: get
        description: Palo Alto Networks List Notification Profiles
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Palo Alto Networks Create a Notification Profile
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/profiles/opstate
      name: api-cloud-2-0-agg-notifications-profiles-opstate
      description: REST surface for api-cloud-2.0-agg-notifications-profiles-opstate.
      operations:
      - method: PUT
        name: put
        description: Palo Alto Networks Enable / Disable Profile
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.put
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/profiles/retryop
      name: api-cloud-2-0-agg-notifications-profiles-retryop
      description: REST surface for api-cloud-2.0-agg-notifications-profiles-retryOp.
      operations:
      - method: POST
        name: post
        description: Palo Alto Networks Incident Profile Retry Operation
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/profiles/types
      name: api-cloud-2-0-agg-notifications-profiles-types
      description: REST surface for api-cloud-2.0-agg-notifications-profiles-types.
      operations:
      - method: GET
        name: get
        description: Palo Alto Networks Retrieve Notification Types
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/profiles/webhook/test
      name: api-cloud-2-0-agg-notifications-profiles-webhook-test
      description: REST surface for api-cloud-2.0-agg-notifications-profiles-webhook-test.
      operations:
      - method: POST
        name: post
        description: Palo Alto Networks Webhook Connectivity Check
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/cloud/2-0/agg/notifications/profiles/{notification-profile-id}
      name: api-cloud-2-0-agg-notifications-profiles-notification-profile-id
      description: REST surface for api-cloud-2.0-agg-notifications-profiles-notification-profile-id.
      operations:
      - method: GET
        name: get
        description: Palo Alto Networks Get a Tenant's Notification Profile
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.get
        with:
          notification-profile-id: rest.notification-profile-id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Palo Alto Networks Delete a Notification Profile
        call: palo-alto-sase-multitenant-notifications-notificationprofiles.delete
        with:
          notification-profile-id: rest.notification-profile-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sase-multitenant-notifications-notificationprofiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Multi-Tenant Notifications API — NotificationProfiles. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-notification
      description: Palo Alto Networks List Notification Profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.get
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-notification
      description: Palo Alto Networks Create a Notification Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-enable-disable
      description: Palo Alto Networks Enable / Disable Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.put
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-incident-profile
      description: Palo Alto Networks Incident Profile Retry Operation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-retrieve-notification
      description: Palo Alto Networks Retrieve Notification Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.get
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-webhook-connectivity
      description: Palo Alto Networks Webhook Connectivity Check
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-tenant-s
      description: Palo Alto Networks Get a Tenant's Notification Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.get
      with:
        notification-profile-id: tools.notification-profile-id
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-notification
      description: Palo Alto Networks Delete a Notification Profile
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-sase-multitenant-notifications-notificationprofiles.delete
      with:
        notification-profile-id: tools.notification-profile-id
      outputParameters:
      - type: object
        mapping: $.