Palo Alto Networks · Capability

Palo Alto Networks Cortex XDR REST API — Incidents

Palo Alto Networks Cortex XDR REST API — Incidents. 3 operations. Lead operation: Palo Alto Networks Get Incident Details. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksIncidents

What You Can Do

POST
Getincidentextradata — Palo Alto Networks Get Incident Details
/v1/incidents/get-incident-extra-data
POST
Getincidents — Palo Alto Networks List Incidents
/v1/incidents/get-incidents
POST
Updateincident — Palo Alto Networks Update Incident
/v1/incidents/update-incident

MCP Tools

palo-alto-networks-get-incident

Palo Alto Networks Get Incident Details

read-only
palo-alto-networks-list-incidents

Palo Alto Networks List Incidents

read-only
palo-alto-networks-update-incident

Palo Alto Networks Update Incident

Capability Spec

palo-alto-cortex-xdr-incidents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Cortex XDR REST API — Incidents
  description: 'Palo Alto Networks Cortex XDR REST API — Incidents. 3 operations. Lead operation: Palo Alto Networks Get Incident
    Details. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - Incidents
  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-xdr-incidents
    baseUri: https://api-{fqdn}/public_api/v1
    description: Palo Alto Networks Cortex XDR REST API — Incidents business capability. Self-contained, no shared references.
    resources:
    - name: incidents-get_incident_extra_data
      path: /incidents/get_incident_extra_data
      operations:
      - name: getincidentextradata
        method: POST
        description: Palo Alto Networks Get Incident Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: incidents-get_incidents
      path: /incidents/get_incidents
      operations:
      - name: getincidents
        method: POST
        description: Palo Alto Networks List Incidents
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: incidents-update_incident
      path: /incidents/update_incident
      operations:
      - name: updateincident
        method: POST
        description: Palo Alto Networks Update Incident
        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-xdr-incidents-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Cortex XDR REST API — Incidents. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/incidents/get-incident-extra-data
      name: incidents-get-incident-extra-data
      description: REST surface for incidents-get_incident_extra_data.
      operations:
      - method: POST
        name: getincidentextradata
        description: Palo Alto Networks Get Incident Details
        call: palo-alto-cortex-xdr-incidents.getincidentextradata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/incidents/get-incidents
      name: incidents-get-incidents
      description: REST surface for incidents-get_incidents.
      operations:
      - method: POST
        name: getincidents
        description: Palo Alto Networks List Incidents
        call: palo-alto-cortex-xdr-incidents.getincidents
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/incidents/update-incident
      name: incidents-update-incident
      description: REST surface for incidents-update_incident.
      operations:
      - method: POST
        name: updateincident
        description: Palo Alto Networks Update Incident
        call: palo-alto-cortex-xdr-incidents.updateincident
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-cortex-xdr-incidents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Cortex XDR REST API — Incidents. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-get-incident
      description: Palo Alto Networks Get Incident Details
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-cortex-xdr-incidents.getincidentextradata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-list-incidents
      description: Palo Alto Networks List Incidents
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: palo-alto-cortex-xdr-incidents.getincidents
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-update-incident
      description: Palo Alto Networks Update Incident
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-cortex-xdr-incidents.updateincident
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.