Palo Alto Networks · Capability

Palo Alto Networks Cortex XSIAM REST API — Alerts

Palo Alto Networks Cortex XSIAM REST API — Alerts. 1 operations. Lead operation: Palo Alto Networks Get Alerts. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksAlerts

What You Can Do

POST
Getalerts — Palo Alto Networks Get Alerts
/v1/alerts/get-alerts

MCP Tools

palo-alto-networks-get-alerts

Palo Alto Networks Get Alerts

read-only

Capability Spec

palo-alto-cortex-xsiam-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Cortex XSIAM REST API — Alerts
  description: 'Palo Alto Networks Cortex XSIAM REST API — Alerts. 1 operations. Lead operation: Palo Alto Networks Get Alerts.
    Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Alerts
  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-cortex-xsiam-alerts
    baseUri: https://api-{fqdn}/public_api/v1
    description: Palo Alto Networks Cortex XSIAM REST API — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: alerts-get_alerts
      path: /alerts/get_alerts
      operations:
      - name: getalerts
        method: POST
        description: Palo Alto Networks Get Alerts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-xdr-hmac-v2
      value: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: palo-alto-cortex-xsiam-alerts-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Cortex XSIAM REST API — Alerts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/alerts/get-alerts
      name: alerts-get-alerts
      description: REST surface for alerts-get_alerts.
      operations:
      - method: POST
        name: getalerts
        description: Palo Alto Networks Get Alerts
        call: palo-alto-cortex-xsiam-alerts.getalerts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-cortex-xsiam-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Cortex XSIAM REST API — Alerts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-alerts
      description: Palo Alto Networks Get Alerts
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-cortex-xsiam-alerts.getalerts
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.