Palo Alto Networks · Capability

Palo Alto Networks Strata Cloud Manager API — NATRules

Palo Alto Networks Strata Cloud Manager API — NATRules. 2 operations. Lead operation: Palo Alto Networks List NAT Rules. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksNATRules

What You Can Do

GET
Listnatrules — Palo Alto Networks List NAT Rules
/v1/sse/config/v1/nat-rules
POST
Createnatrule — Palo Alto Networks Create NAT Rule
/v1/sse/config/v1/nat-rules

MCP Tools

palo-alto-networks-list-nat

Palo Alto Networks List NAT Rules

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

Palo Alto Networks Create NAT Rule

Capability Spec

palo-alto-strata-cloud-manager-natrules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Strata Cloud Manager API — NATRules
  description: 'Palo Alto Networks Strata Cloud Manager API — NATRules. 2 operations. Lead operation: Palo Alto Networks List
    NAT Rules. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - NATRules
  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-strata-cloud-manager-natrules
    baseUri: https://api.strata.paloaltonetworks.com
    description: Palo Alto Networks Strata Cloud Manager API — NATRules business capability. Self-contained, no shared references.
    resources:
    - name: sse-config-v1-nat-rules
      path: /sse/config/v1/nat-rules
      operations:
      - name: listnatrules
        method: GET
        description: Palo Alto Networks List NAT Rules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Filter by NAT rule name.
      - name: createnatrule
        method: POST
        description: Palo Alto Networks Create NAT Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-strata-cloud-manager-natrules-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Strata Cloud Manager API — NATRules. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sse/config/v1/nat-rules
      name: sse-config-v1-nat-rules
      description: REST surface for sse-config-v1-nat-rules.
      operations:
      - method: GET
        name: listnatrules
        description: Palo Alto Networks List NAT Rules
        call: palo-alto-strata-cloud-manager-natrules.listnatrules
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnatrule
        description: Palo Alto Networks Create NAT Rule
        call: palo-alto-strata-cloud-manager-natrules.createnatrule
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-strata-cloud-manager-natrules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Strata Cloud Manager API — NATRules. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-nat
      description: Palo Alto Networks List NAT Rules
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-strata-cloud-manager-natrules.listnatrules
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-nat
      description: Palo Alto Networks Create NAT Rule
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-strata-cloud-manager-natrules.createnatrule
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.