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