naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks ZTNA Connector API — Connectors description: 'Palo Alto Networks ZTNA Connector API — Connectors. 6 operations. Lead operation: Palo Alto Networks List ZTNA Connectors. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - Connectors 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-ztna-connector-connectors baseUri: https://api.sase.paloaltonetworks.com/ztna description: Palo Alto Networks ZTNA Connector API — Connectors business capability. Self-contained, no shared references. resources: - name: v2-connectors path: /v2/connectors operations: - name: listconnectors method: GET description: Palo Alto Networks List ZTNA Connectors outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: group_id in: query type: string description: Filter connectors by connector group ID. - name: status in: query type: string description: Filter connectors by health status. - name: offset in: query type: integer description: Number of results to skip for pagination. - name: limit in: query type: integer description: Maximum number of connectors to return. - name: createconnector method: POST description: Palo Alto Networks Create ZTNA Connector outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v2-connectors-connector_id path: /v2/connectors/{connector_id} operations: - name: getconnector method: GET description: Palo Alto Networks Get ZTNA Connector outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connector_id in: path type: string description: Unique identifier of the connector. required: true - name: updateconnector method: PUT description: Palo Alto Networks Update ZTNA Connector outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connector_id in: path type: string description: Unique identifier of the connector to update. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteconnector method: DELETE description: Palo Alto Networks Delete ZTNA Connector outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connector_id in: path type: string description: Unique identifier of the connector to delete. required: true - name: v2-connectors-connector_id-upgrade path: /v2/connectors/{connector_id}/upgrade operations: - name: scheduleconnectorupgrade method: POST description: Palo Alto Networks Schedule Connector Upgrade outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connector_id in: path type: string description: Unique identifier of the connector to upgrade. required: true - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}' exposes: - type: rest namespace: palo-alto-ztna-connector-connectors-rest port: 8080 description: REST adapter for Palo Alto Networks ZTNA Connector API — Connectors. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/connectors name: v2-connectors description: REST surface for v2-connectors. operations: - method: GET name: listconnectors description: Palo Alto Networks List ZTNA Connectors call: palo-alto-ztna-connector-connectors.listconnectors with: group_id: rest.group_id status: rest.status offset: rest.offset limit: rest.limit outputParameters: - type: object mapping: $. - method: POST name: createconnector description: Palo Alto Networks Create ZTNA Connector call: palo-alto-ztna-connector-connectors.createconnector with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/connectors/{connector-id} name: v2-connectors-connector-id description: REST surface for v2-connectors-connector_id. operations: - method: GET name: getconnector description: Palo Alto Networks Get ZTNA Connector call: palo-alto-ztna-connector-connectors.getconnector with: connector_id: rest.connector_id outputParameters: - type: object mapping: $. - method: PUT name: updateconnector description: Palo Alto Networks Update ZTNA Connector call: palo-alto-ztna-connector-connectors.updateconnector with: connector_id: rest.connector_id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteconnector description: Palo Alto Networks Delete ZTNA Connector call: palo-alto-ztna-connector-connectors.deleteconnector with: connector_id: rest.connector_id outputParameters: - type: object mapping: $. - path: /v1/v2/connectors/{connector-id}/upgrade name: v2-connectors-connector-id-upgrade description: REST surface for v2-connectors-connector_id-upgrade. operations: - method: POST name: scheduleconnectorupgrade description: Palo Alto Networks Schedule Connector Upgrade call: palo-alto-ztna-connector-connectors.scheduleconnectorupgrade with: connector_id: rest.connector_id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-ztna-connector-connectors-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks ZTNA Connector API — Connectors. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-ztna description: Palo Alto Networks List ZTNA Connectors hints: readOnly: true destructive: false idempotent: true call: palo-alto-ztna-connector-connectors.listconnectors with: group_id: tools.group_id status: tools.status offset: tools.offset limit: tools.limit outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-ztna description: Palo Alto Networks Create ZTNA Connector hints: readOnly: false destructive: false idempotent: false call: palo-alto-ztna-connector-connectors.createconnector with: body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-get-ztna description: Palo Alto Networks Get ZTNA Connector hints: readOnly: true destructive: false idempotent: true call: palo-alto-ztna-connector-connectors.getconnector with: connector_id: tools.connector_id outputParameters: - type: object mapping: $. - name: palo-alto-networks-update-ztna description: Palo Alto Networks Update ZTNA Connector hints: readOnly: false destructive: false idempotent: true call: palo-alto-ztna-connector-connectors.updateconnector with: connector_id: tools.connector_id body: tools.body outputParameters: - type: object mapping: $. - name: palo-alto-networks-delete-ztna description: Palo Alto Networks Delete ZTNA Connector hints: readOnly: false destructive: true idempotent: true call: palo-alto-ztna-connector-connectors.deleteconnector with: connector_id: tools.connector_id outputParameters: - type: object mapping: $. - name: palo-alto-networks-schedule-connector description: Palo Alto Networks Schedule Connector Upgrade hints: readOnly: false destructive: false idempotent: false call: palo-alto-ztna-connector-connectors.scheduleconnectorupgrade with: connector_id: tools.connector_id body: tools.body outputParameters: - type: object mapping: $.