Palo Alto Networks · Capability

Palo Alto Networks Cloud NGFW for AWS REST API — Firewalls

Palo Alto Networks Cloud NGFW for AWS REST API — Firewalls. 5 operations. Lead operation: Palo Alto Networks List Cloud NGFW Firewalls. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksFirewalls

What You Can Do

GET
Listfirewalls — Palo Alto Networks List Cloud NGFW Firewalls
/v1/config/ngfirewalls
POST
Createfirewall — Palo Alto Networks Create Cloud NGFW Firewall
/v1/config/ngfirewalls
GET
Getfirewall — Palo Alto Networks Get Cloud NGFW Firewall
/v1/config/ngfirewalls/{firewall}
PUT
Updatefirewall — Palo Alto Networks Update Cloud NGFW Firewall
/v1/config/ngfirewalls/{firewall}
DELETE
Deletefirewall — Palo Alto Networks Delete Cloud NGFW Firewall
/v1/config/ngfirewalls/{firewall}

MCP Tools

palo-alto-networks-list-cloud

Palo Alto Networks List Cloud NGFW Firewalls

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

Palo Alto Networks Create Cloud NGFW Firewall

palo-alto-networks-get-cloud

Palo Alto Networks Get Cloud NGFW Firewall

read-only idempotent
palo-alto-networks-update-cloud

Palo Alto Networks Update Cloud NGFW Firewall

idempotent
palo-alto-networks-delete-cloud

Palo Alto Networks Delete Cloud NGFW Firewall

idempotent

Capability Spec

palo-alto-cloud-ngfw-firewalls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Cloud NGFW for AWS REST API — Firewalls
  description: 'Palo Alto Networks Cloud NGFW for AWS REST API — Firewalls. 5 operations. Lead operation: Palo Alto Networks
    List Cloud NGFW Firewalls. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Firewalls
  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-cloud-ngfw-firewalls
    baseUri: https://api.{region}.aws.cloudngfw.paloaltonetworks.com/v1
    description: Palo Alto Networks Cloud NGFW for AWS REST API — Firewalls business capability. Self-contained, no shared
      references.
    resources:
    - name: config-ngfirewalls
      path: /config/ngfirewalls
      operations:
      - name: listfirewalls
        method: GET
        description: Palo Alto Networks List Cloud NGFW Firewalls
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: maxresults
          in: query
          type: integer
        - name: nexttoken
          in: query
          type: string
        - name: vpcid
          in: query
          type: string
          description: Filter firewalls by AWS VPC ID.
      - name: createfirewall
        method: POST
        description: Palo Alto Networks Create Cloud NGFW Firewall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: config-ngfirewalls-firewall
      path: /config/ngfirewalls/{firewall}
      operations:
      - name: getfirewall
        method: GET
        description: Palo Alto Networks Get Cloud NGFW Firewall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatefirewall
        method: PUT
        description: Palo Alto Networks Update Cloud NGFW Firewall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletefirewall
        method: DELETE
        description: Palo Alto Networks Delete Cloud NGFW Firewall
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: palo-alto-cloud-ngfw-firewalls-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Cloud NGFW for AWS REST API — Firewalls. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/config/ngfirewalls
      name: config-ngfirewalls
      description: REST surface for config-ngfirewalls.
      operations:
      - method: GET
        name: listfirewalls
        description: Palo Alto Networks List Cloud NGFW Firewalls
        call: palo-alto-cloud-ngfw-firewalls.listfirewalls
        with:
          maxresults: rest.maxresults
          nexttoken: rest.nexttoken
          vpcid: rest.vpcid
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createfirewall
        description: Palo Alto Networks Create Cloud NGFW Firewall
        call: palo-alto-cloud-ngfw-firewalls.createfirewall
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/config/ngfirewalls/{firewall}
      name: config-ngfirewalls-firewall
      description: REST surface for config-ngfirewalls-firewall.
      operations:
      - method: GET
        name: getfirewall
        description: Palo Alto Networks Get Cloud NGFW Firewall
        call: palo-alto-cloud-ngfw-firewalls.getfirewall
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatefirewall
        description: Palo Alto Networks Update Cloud NGFW Firewall
        call: palo-alto-cloud-ngfw-firewalls.updatefirewall
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletefirewall
        description: Palo Alto Networks Delete Cloud NGFW Firewall
        call: palo-alto-cloud-ngfw-firewalls.deletefirewall
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-cloud-ngfw-firewalls-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Cloud NGFW for AWS REST API — Firewalls. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-cloud
      description: Palo Alto Networks List Cloud NGFW Firewalls
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-cloud-ngfw-firewalls.listfirewalls
      with:
        maxresults: tools.maxresults
        nexttoken: tools.nexttoken
        vpcid: tools.vpcid
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-cloud
      description: Palo Alto Networks Create Cloud NGFW Firewall
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-cloud-ngfw-firewalls.createfirewall
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-cloud
      description: Palo Alto Networks Get Cloud NGFW Firewall
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-cloud-ngfw-firewalls.getfirewall
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-update-cloud
      description: Palo Alto Networks Update Cloud NGFW Firewall
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-cloud-ngfw-firewalls.updatefirewall
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-cloud
      description: Palo Alto Networks Delete Cloud NGFW Firewall
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-cloud-ngfw-firewalls.deletefirewall
      outputParameters:
      - type: object
        mapping: $.