naftiko: 1.0.0-alpha2 info: label: Palo Alto Networks Strata Logging Service API — Syslog Destinations description: 'Palo Alto Networks Strata Logging Service API — Syslog Destinations. 2 operations. Lead operation: Palo Alto Networks List Syslog Destinations. Self-contained Naftiko capability covering one Palo Alto Networks business surface.' tags: - Palo Alto Networks - Syslog Destinations 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-logging-service-syslog-destinations baseUri: https://api.sase.paloaltonetworks.com/logging-service/v1 description: Palo Alto Networks Strata Logging Service API — Syslog Destinations business capability. Self-contained, no shared references. resources: - name: log-forwarding-profiles-profile_id-destinations-syslog path: /log-forwarding-profiles/{profile_id}/destinations/syslog operations: - name: listsyslogdestinations method: GET description: Palo Alto Networks List Syslog Destinations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: profile_id in: path type: string description: Unique identifier of the log forwarding profile. required: true - name: createsyslogdestination method: POST description: Palo Alto Networks Create Syslog Destination outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: profile_id in: path type: string description: Unique identifier of the log forwarding profile. required: true - 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-logging-service-syslog-destinations-rest port: 8080 description: REST adapter for Palo Alto Networks Strata Logging Service API — Syslog Destinations. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/log-forwarding-profiles/{profile-id}/destinations/syslog name: log-forwarding-profiles-profile-id-destinations-syslog description: REST surface for log-forwarding-profiles-profile_id-destinations-syslog. operations: - method: GET name: listsyslogdestinations description: Palo Alto Networks List Syslog Destinations call: palo-alto-strata-logging-service-syslog-destinations.listsyslogdestinations with: profile_id: rest.profile_id outputParameters: - type: object mapping: $. - method: POST name: createsyslogdestination description: Palo Alto Networks Create Syslog Destination call: palo-alto-strata-logging-service-syslog-destinations.createsyslogdestination with: profile_id: rest.profile_id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: palo-alto-strata-logging-service-syslog-destinations-mcp port: 9090 transport: http description: MCP adapter for Palo Alto Networks Strata Logging Service API — Syslog Destinations. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: palo-alto-networks-list-syslog description: Palo Alto Networks List Syslog Destinations hints: readOnly: true destructive: false idempotent: true call: palo-alto-strata-logging-service-syslog-destinations.listsyslogdestinations with: profile_id: tools.profile_id outputParameters: - type: object mapping: $. - name: palo-alto-networks-create-syslog description: Palo Alto Networks Create Syslog Destination hints: readOnly: false destructive: false idempotent: false call: palo-alto-strata-logging-service-syslog-destinations.createsyslogdestination with: profile_id: tools.profile_id body: tools.body outputParameters: - type: object mapping: $.