naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Strata Cloud Manager API description: 'Palo Alto Networks Strata Cloud Manager API. 5 operations. Lead operation: Palo Alto Networks List Service Objects. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks 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-general baseUri: https://api.strata.paloaltonetworks.com description: Palo Alto Networks Strata Cloud Manager API business capability. Self-contained, no shared references. resources: - name: sse-config-v1-services path: /sse/config/v1/services operations: - name: listservices method: GET description: Palo Alto Networks List Service Objects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: name in: query type: string description: Filter by service object name. - name: createservice method: POST description: Palo Alto Networks Create Service Object outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: sse-config-v1-services-id path: /sse/config/v1/services/{id} operations: - name: getservice method: GET description: Palo Alto Networks Get Service Object outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateservice method: PUT description: Palo Alto Networks Update Service Object outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deleteservice method: DELETE description: Palo Alto Networks Delete Service Object outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-strata-cloud-manager-general-rest port: 8080 description: REST adapter for Palo Alto Networks Strata Cloud Manager API. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sse/config/v1/services name: sse-config-v1-services description: REST surface for sse-config-v1-services. operations: - method: GET name: listservices description: Palo Alto Networks List Service Objects call: palo-alto-strata-cloud-manager-general.listservices with: name: rest.name outputParameters: - type: object mapping: $. - method: POST name: createservice description: Palo Alto Networks Create Service Object call: palo-alto-strata-cloud-manager-general.createservice with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sse/config/v1/services/{id} name: sse-config-v1-services-id description: REST surface for sse-config-v1-services-id. operations: - method: GET name: getservice description: Palo Alto Networks Get Service Object call: palo-alto-strata-cloud-manager-general.getservice outputParameters: - type: object mapping: $. - method: PUT name: updateservice description: Palo Alto Networks Update Service Object call: palo-alto-strata-cloud-manager-general.updateservice with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteservice description: Palo Alto Networks Delete Service Object call: palo-alto-strata-cloud-manager-general.deleteservice outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-strata-cloud-manager-general-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Strata Cloud Manager API. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-service description: Palo Alto Networks List Service Objects hints: readOnly: true destructive: false idempotent: true call: palo-alto-strata-cloud-manager-general.listservices with: name: tools.name outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-service description: Palo Alto Networks Create Service Object hints: readOnly: false destructive: false idempotent: false call: palo-alto-strata-cloud-manager-general.createservice with: body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-get-service description: Palo Alto Networks Get Service Object hints: readOnly: true destructive: false idempotent: true call: palo-alto-strata-cloud-manager-general.getservice outputParameters: - type: object mapping: $. - name: palo-alto-networks-update-service description: Palo Alto Networks Update Service Object hints: readOnly: false destructive: false idempotent: true call: palo-alto-strata-cloud-manager-general.updateservice with: body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-delete-service description: Palo Alto Networks Delete Service Object hints: readOnly: false destructive: true idempotent: true call: palo-alto-strata-cloud-manager-general.deleteservice outputParameters: - type: object mapping: $.