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