Palo Alto Networks · Capability

Palo Alto Networks Strata Logging Service API — Log Forwarding Profiles

Palo Alto Networks Strata Logging Service API — Log Forwarding Profiles. 6 operations. Lead operation: Palo Alto Networks List Log Forwarding Profiles. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksLog Forwarding Profiles

What You Can Do

GET
Listlogforwardingprofiles — Palo Alto Networks List Log Forwarding Profiles
/v1/log-forwarding-profiles
POST
Createlogforwardingprofile — Palo Alto Networks Create Log Forwarding Profile
/v1/log-forwarding-profiles
GET
Getlogforwardingprofile — Palo Alto Networks Get Log Forwarding Profile
/v1/log-forwarding-profiles/{profile-id}
PUT
Updatelogforwardingprofile — Palo Alto Networks Update Log Forwarding Profile
/v1/log-forwarding-profiles/{profile-id}
DELETE
Deletelogforwardingprofile — Palo Alto Networks Delete Log Forwarding Profile
/v1/log-forwarding-profiles/{profile-id}
GET
Getlogforwardingstatus — Palo Alto Networks Get Log Forwarding Profile Status
/v1/log-forwarding-profiles/{profile-id}/status

MCP Tools

palo-alto-networks-list-log

Palo Alto Networks List Log Forwarding Profiles

read-only idempotent
palo-alto-networks-create-log

Palo Alto Networks Create Log Forwarding Profile

palo-alto-networks-get-log

Palo Alto Networks Get Log Forwarding Profile

read-only idempotent
palo-alto-networks-update-log

Palo Alto Networks Update Log Forwarding Profile

idempotent
palo-alto-networks-delete-log

Palo Alto Networks Delete Log Forwarding Profile

idempotent
palo-alto-networks-get-log-2

Palo Alto Networks Get Log Forwarding Profile Status

read-only idempotent

Capability Spec

palo-alto-strata-logging-service-log-forwarding-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Strata Logging Service API — Log Forwarding Profiles
  description: 'Palo Alto Networks Strata Logging Service API — Log Forwarding Profiles. 6 operations. Lead operation: Palo
    Alto Networks List Log Forwarding Profiles. Self-contained Naftiko capability covering one Palo Alto Networks business
    surface.'
  tags:
  - Palo Alto Networks
  - Log Forwarding Profiles
  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-log-forwarding-profiles
    baseUri: https://api.sase.paloaltonetworks.com/logging-service/v1
    description: Palo Alto Networks Strata Logging Service API — Log Forwarding Profiles business capability. Self-contained,
      no shared references.
    resources:
    - name: log-forwarding-profiles
      path: /log-forwarding-profiles
      operations:
      - name: listlogforwardingprofiles
        method: GET
        description: Palo Alto Networks List Log Forwarding Profiles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: offset
          in: query
          type: integer
          description: Number of results to skip for pagination.
        - name: limit
          in: query
          type: integer
          description: Maximum number of profiles to return.
      - name: createlogforwardingprofile
        method: POST
        description: Palo Alto Networks Create Log Forwarding Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: log-forwarding-profiles-profile_id
      path: /log-forwarding-profiles/{profile_id}
      operations:
      - name: getlogforwardingprofile
        method: GET
        description: Palo Alto Networks Get Log Forwarding Profile
        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: updatelogforwardingprofile
        method: PUT
        description: Palo Alto Networks Update Log Forwarding Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profile_id
          in: path
          type: string
          description: Unique identifier of the log forwarding profile to update.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletelogforwardingprofile
        method: DELETE
        description: Palo Alto Networks Delete Log Forwarding Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profile_id
          in: path
          type: string
          description: Unique identifier of the log forwarding profile to delete.
          required: true
    - name: log-forwarding-profiles-profile_id-status
      path: /log-forwarding-profiles/{profile_id}/status
      operations:
      - name: getlogforwardingstatus
        method: GET
        description: Palo Alto Networks Get Log Forwarding Profile Status
        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
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-strata-logging-service-log-forwarding-profiles-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Strata Logging Service API — Log Forwarding Profiles. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/log-forwarding-profiles
      name: log-forwarding-profiles
      description: REST surface for log-forwarding-profiles.
      operations:
      - method: GET
        name: listlogforwardingprofiles
        description: Palo Alto Networks List Log Forwarding Profiles
        call: palo-alto-strata-logging-service-log-forwarding-profiles.listlogforwardingprofiles
        with:
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createlogforwardingprofile
        description: Palo Alto Networks Create Log Forwarding Profile
        call: palo-alto-strata-logging-service-log-forwarding-profiles.createlogforwardingprofile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/log-forwarding-profiles/{profile-id}
      name: log-forwarding-profiles-profile-id
      description: REST surface for log-forwarding-profiles-profile_id.
      operations:
      - method: GET
        name: getlogforwardingprofile
        description: Palo Alto Networks Get Log Forwarding Profile
        call: palo-alto-strata-logging-service-log-forwarding-profiles.getlogforwardingprofile
        with:
          profile_id: rest.profile_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatelogforwardingprofile
        description: Palo Alto Networks Update Log Forwarding Profile
        call: palo-alto-strata-logging-service-log-forwarding-profiles.updatelogforwardingprofile
        with:
          profile_id: rest.profile_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletelogforwardingprofile
        description: Palo Alto Networks Delete Log Forwarding Profile
        call: palo-alto-strata-logging-service-log-forwarding-profiles.deletelogforwardingprofile
        with:
          profile_id: rest.profile_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/log-forwarding-profiles/{profile-id}/status
      name: log-forwarding-profiles-profile-id-status
      description: REST surface for log-forwarding-profiles-profile_id-status.
      operations:
      - method: GET
        name: getlogforwardingstatus
        description: Palo Alto Networks Get Log Forwarding Profile Status
        call: palo-alto-strata-logging-service-log-forwarding-profiles.getlogforwardingstatus
        with:
          profile_id: rest.profile_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-strata-logging-service-log-forwarding-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Strata Logging Service API — Log Forwarding Profiles. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-log
      description: Palo Alto Networks List Log Forwarding Profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-strata-logging-service-log-forwarding-profiles.listlogforwardingprofiles
      with:
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-log
      description: Palo Alto Networks Create Log Forwarding Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-strata-logging-service-log-forwarding-profiles.createlogforwardingprofile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-log
      description: Palo Alto Networks Get Log Forwarding Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-strata-logging-service-log-forwarding-profiles.getlogforwardingprofile
      with:
        profile_id: tools.profile_id
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-update-log
      description: Palo Alto Networks Update Log Forwarding Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-strata-logging-service-log-forwarding-profiles.updatelogforwardingprofile
      with:
        profile_id: tools.profile_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-log
      description: Palo Alto Networks Delete Log Forwarding Profile
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-strata-logging-service-log-forwarding-profiles.deletelogforwardingprofile
      with:
        profile_id: tools.profile_id
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-log-2
      description: Palo Alto Networks Get Log Forwarding Profile Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-strata-logging-service-log-forwarding-profiles.getlogforwardingstatus
      with:
        profile_id: tools.profile_id
      outputParameters:
      - type: object
        mapping: $.