Palo Alto Networks · Capability

Palo Alto Networks SaaS Security Posture Management API — Posture Checks

Palo Alto Networks SaaS Security Posture Management API — Posture Checks. 3 operations. Lead operation: Palo Alto Networks List Posture Check Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksPosture Checks

What You Can Do

GET
Listposturechecks — Palo Alto Networks List Posture Check Results
/v1/v1/posture-checks
GET
Getposturecheck — Palo Alto Networks Get Posture Check Details
/v1/v1/posture-checks/{check-id}
PUT
Updateposturecheckstatus — Palo Alto Networks Update Posture Check Status
/v1/v1/posture-checks/{check-id}/status

MCP Tools

palo-alto-networks-list-posture

Palo Alto Networks List Posture Check Results

read-only idempotent
palo-alto-networks-get-posture

Palo Alto Networks Get Posture Check Details

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

Palo Alto Networks Update Posture Check Status

idempotent

Capability Spec

palo-alto-sspm-posture-checks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks SaaS Security Posture Management API — Posture Checks
  description: 'Palo Alto Networks SaaS Security Posture Management API — Posture Checks. 3 operations. Lead operation: Palo
    Alto Networks List Posture Check Results. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Posture Checks
  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-sspm-posture-checks
    baseUri: https://api.sase.paloaltonetworks.com/sspm
    description: Palo Alto Networks SaaS Security Posture Management API — Posture Checks business capability. Self-contained,
      no shared references.
    resources:
    - name: v1-posture-checks
      path: /v1/posture-checks
      operations:
      - name: listposturechecks
        method: GET
        description: Palo Alto Networks List Posture Check Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: query
          type: string
          description: Filter checks by onboarded application ID.
        - name: check_type
          in: query
          type: string
          description: Filter by check category type.
        - name: severity
          in: query
          type: string
          description: Filter by check severity level.
        - name: status
          in: query
          type: string
          description: Filter by remediation 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 check results to return.
    - name: v1-posture-checks-check_id
      path: /v1/posture-checks/{check_id}
      operations:
      - name: getposturecheck
        method: GET
        description: Palo Alto Networks Get Posture Check Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: check_id
          in: path
          type: string
          description: Unique identifier of the posture check result.
          required: true
    - name: v1-posture-checks-check_id-status
      path: /v1/posture-checks/{check_id}/status
      operations:
      - name: updateposturecheckstatus
        method: PUT
        description: Palo Alto Networks Update Posture Check Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: check_id
          in: path
          type: string
          description: Unique identifier of the posture check result.
          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-sspm-posture-checks-rest
    port: 8080
    description: REST adapter for Palo Alto Networks SaaS Security Posture Management API — Posture Checks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/posture-checks
      name: v1-posture-checks
      description: REST surface for v1-posture-checks.
      operations:
      - method: GET
        name: listposturechecks
        description: Palo Alto Networks List Posture Check Results
        call: palo-alto-sspm-posture-checks.listposturechecks
        with:
          app_id: rest.app_id
          check_type: rest.check_type
          severity: rest.severity
          status: rest.status
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/posture-checks/{check-id}
      name: v1-posture-checks-check-id
      description: REST surface for v1-posture-checks-check_id.
      operations:
      - method: GET
        name: getposturecheck
        description: Palo Alto Networks Get Posture Check Details
        call: palo-alto-sspm-posture-checks.getposturecheck
        with:
          check_id: rest.check_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/posture-checks/{check-id}/status
      name: v1-posture-checks-check-id-status
      description: REST surface for v1-posture-checks-check_id-status.
      operations:
      - method: PUT
        name: updateposturecheckstatus
        description: Palo Alto Networks Update Posture Check Status
        call: palo-alto-sspm-posture-checks.updateposturecheckstatus
        with:
          check_id: rest.check_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-sspm-posture-checks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks SaaS Security Posture Management API — Posture Checks. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-posture
      description: Palo Alto Networks List Posture Check Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sspm-posture-checks.listposturechecks
      with:
        app_id: tools.app_id
        check_type: tools.check_type
        severity: tools.severity
        status: tools.status
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-posture
      description: Palo Alto Networks Get Posture Check Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-sspm-posture-checks.getposturecheck
      with:
        check_id: tools.check_id
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-update-posture
      description: Palo Alto Networks Update Posture Check Status
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-sspm-posture-checks.updateposturecheckstatus
      with:
        check_id: tools.check_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.