naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Prisma SD-WAN API — PathRules description: 'Palo Alto Networks Prisma SD-WAN API — PathRules. 2 operations. Lead operation: Palo Alto Networks List Path Policy Rules. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - PathRules 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-prisma-sd-wan-pathrules baseUri: https://api.sase.paloaltonetworks.com description: Palo Alto Networks Prisma SD-WAN API — PathRules business capability. Self-contained, no shared references. resources: - name: sdwan-config-v1-policies-path-rules path: /sdwan/config/v1/policies/path-rules operations: - name: listpathrules method: GET description: Palo Alto Networks List Path Policy Rules outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: offset in: query type: integer - name: limit in: query type: integer - name: createpathrule method: POST description: Palo Alto Networks Create a Path Policy 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-prisma-sd-wan-pathrules-rest port: 8080 description: REST adapter for Palo Alto Networks Prisma SD-WAN API — PathRules. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sdwan/config/v1/policies/path-rules name: sdwan-config-v1-policies-path-rules description: REST surface for sdwan-config-v1-policies-path-rules. operations: - method: GET name: listpathrules description: Palo Alto Networks List Path Policy Rules call: palo-alto-prisma-sd-wan-pathrules.listpathrules with: offset: rest.offset limit: rest.limit outputParameters: - type: object mapping: $. - method: POST name: createpathrule description: Palo Alto Networks Create a Path Policy Rule call: palo-alto-prisma-sd-wan-pathrules.createpathrule with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-prisma-sd-wan-pathrules-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Prisma SD-WAN API — PathRules. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-path description: Palo Alto Networks List Path Policy Rules hints: readOnly: true destructive: false idempotent: true call: palo-alto-prisma-sd-wan-pathrules.listpathrules with: offset: tools.offset limit: tools.limit outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-path description: Palo Alto Networks Create a Path Policy Rule hints: readOnly: false destructive: false idempotent: false call: palo-alto-prisma-sd-wan-pathrules.createpathrule with: body: tools.body outputParameters: - type: object mapping: $.