Palo Alto Networks · Capability

Palo Alto Networks AIOps for NGFW BPA API — BPA Requests

Palo Alto Networks AIOps for NGFW BPA API — BPA Requests. 2 operations. Lead operation: Palo Alto Networks Submit BPA Request. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksBPA Requests

What You Can Do

POST
Submitbparequest — Palo Alto Networks Submit BPA Request
/v1/requests
GET
Getbparequeststatus — Palo Alto Networks Check BPA Request Status
/v1/requests/{request-id}

MCP Tools

palo-alto-networks-submit-bpa

Palo Alto Networks Submit BPA Request

palo-alto-networks-check-bpa

Palo Alto Networks Check BPA Request Status

read-only idempotent

Capability Spec

palo-alto-aiops-ngfw-bpa-bpa-requests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks AIOps for NGFW BPA API — BPA Requests
  description: 'Palo Alto Networks AIOps for NGFW BPA API — BPA Requests. 2 operations. Lead operation: Palo Alto Networks
    Submit BPA Request. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - BPA Requests
  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-aiops-ngfw-bpa-bpa-requests
    baseUri: https://api.stratacloud.paloaltonetworks.com/aiops/bpa/v1
    description: Palo Alto Networks AIOps for NGFW BPA API — BPA Requests business capability. Self-contained, no shared references.
    resources:
    - name: requests
      path: /requests
      operations:
      - name: submitbparequest
        method: POST
        description: Palo Alto Networks Submit BPA Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: requests-request_id
      path: /requests/{request_id}
      operations:
      - name: getbparequeststatus
        method: GET
        description: Palo Alto Networks Check BPA Request Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: request_id
          in: path
          type: string
          description: Unique identifier of the BPA request.
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-aiops-ngfw-bpa-bpa-requests-rest
    port: 8080
    description: REST adapter for Palo Alto Networks AIOps for NGFW BPA API — BPA Requests. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/requests
      name: requests
      description: REST surface for requests.
      operations:
      - method: POST
        name: submitbparequest
        description: Palo Alto Networks Submit BPA Request
        call: palo-alto-aiops-ngfw-bpa-bpa-requests.submitbparequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/requests/{request-id}
      name: requests-request-id
      description: REST surface for requests-request_id.
      operations:
      - method: GET
        name: getbparequeststatus
        description: Palo Alto Networks Check BPA Request Status
        call: palo-alto-aiops-ngfw-bpa-bpa-requests.getbparequeststatus
        with:
          request_id: rest.request_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-aiops-ngfw-bpa-bpa-requests-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks AIOps for NGFW BPA API — BPA Requests. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-submit-bpa
      description: Palo Alto Networks Submit BPA Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-aiops-ngfw-bpa-bpa-requests.submitbparequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-check-bpa
      description: Palo Alto Networks Check BPA Request Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-aiops-ngfw-bpa-bpa-requests.getbparequeststatus
      with:
        request_id: tools.request_id
      outputParameters:
      - type: object
        mapping: $.