Palo Alto Networks · Capability

Palo Alto Networks Prisma Access Configuration API — IKEGateways

Palo Alto Networks Prisma Access Configuration API — IKEGateways. 5 operations. Lead operation: Palo Alto Networks List IKE Gateways. Self-contained Naftiko capability covering one Palo Alto Networks business surface.

Run with Naftiko Palo Alto NetworksIKEGateways

What You Can Do

GET
Listikegateways — Palo Alto Networks List IKE Gateways
/v1/ike-gateways
POST
Createikegateway — Palo Alto Networks Create an IKE Gateway
/v1/ike-gateways
GET
Getikegateway — Palo Alto Networks Get an IKE Gateway
/v1/ike-gateways/{id}
PUT
Updateikegateway — Palo Alto Networks Update an IKE Gateway
/v1/ike-gateways/{id}
DELETE
Deleteikegateway — Palo Alto Networks Delete an IKE Gateway
/v1/ike-gateways/{id}

MCP Tools

palo-alto-networks-list-ike

Palo Alto Networks List IKE Gateways

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

Palo Alto Networks Create an IKE Gateway

palo-alto-networks-get-ike

Palo Alto Networks Get an IKE Gateway

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

Palo Alto Networks Update an IKE Gateway

idempotent
palo-alto-networks-delete-ike

Palo Alto Networks Delete an IKE Gateway

idempotent

Capability Spec

palo-alto-prisma-access-ikegateways.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Palo Alto Networks Prisma Access Configuration API — IKEGateways
  description: 'Palo Alto Networks Prisma Access Configuration API — IKEGateways. 5 operations. Lead operation: Palo Alto
    Networks List IKE Gateways. Self-contained Naftiko capability covering one Palo Alto Networks business surface.'
  tags:
  - Palo Alto Networks
  - IKEGateways
  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-prisma-access-ikegateways
    baseUri: https://api.sase.paloaltonetworks.com/sse/config/v1
    description: Palo Alto Networks Prisma Access Configuration API — IKEGateways business capability. Self-contained, no
      shared references.
    resources:
    - name: ike-gateways
      path: /ike-gateways
      operations:
      - name: listikegateways
        method: GET
        description: Palo Alto Networks List IKE Gateways
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: folder
          in: query
          type: string
          description: Filter by folder.
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
      - name: createikegateway
        method: POST
        description: Palo Alto Networks Create an IKE Gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: folder
          in: query
          type: string
          description: Target folder for the IKE gateway.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ike-gateways-id
      path: /ike-gateways/{id}
      operations:
      - name: getikegateway
        method: GET
        description: Palo Alto Networks Get an IKE Gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique IKE gateway identifier.
          required: true
      - name: updateikegateway
        method: PUT
        description: Palo Alto Networks Update an IKE Gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique IKE gateway identifier.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteikegateway
        method: DELETE
        description: Palo Alto Networks Delete an IKE Gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Unique IKE gateway identifier.
          required: true
    authentication:
      type: bearer
      token: '{{env.PALO_ALTO_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: palo-alto-prisma-access-ikegateways-rest
    port: 8080
    description: REST adapter for Palo Alto Networks Prisma Access Configuration API — IKEGateways. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/ike-gateways
      name: ike-gateways
      description: REST surface for ike-gateways.
      operations:
      - method: GET
        name: listikegateways
        description: Palo Alto Networks List IKE Gateways
        call: palo-alto-prisma-access-ikegateways.listikegateways
        with:
          folder: rest.folder
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createikegateway
        description: Palo Alto Networks Create an IKE Gateway
        call: palo-alto-prisma-access-ikegateways.createikegateway
        with:
          folder: rest.folder
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ike-gateways/{id}
      name: ike-gateways-id
      description: REST surface for ike-gateways-id.
      operations:
      - method: GET
        name: getikegateway
        description: Palo Alto Networks Get an IKE Gateway
        call: palo-alto-prisma-access-ikegateways.getikegateway
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateikegateway
        description: Palo Alto Networks Update an IKE Gateway
        call: palo-alto-prisma-access-ikegateways.updateikegateway
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteikegateway
        description: Palo Alto Networks Delete an IKE Gateway
        call: palo-alto-prisma-access-ikegateways.deleteikegateway
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: palo-alto-prisma-access-ikegateways-mcp
    port: 9090
    transport: http
    description: MCP adapter for Palo Alto Networks Prisma Access Configuration API — IKEGateways. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: palo-alto-networks-list-ike
      description: Palo Alto Networks List IKE Gateways
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-ikegateways.listikegateways
      with:
        folder: tools.folder
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-create-ike
      description: Palo Alto Networks Create an IKE Gateway
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: palo-alto-prisma-access-ikegateways.createikegateway
      with:
        folder: tools.folder
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-get-ike
      description: Palo Alto Networks Get an IKE Gateway
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-ikegateways.getikegateway
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-update-ike
      description: Palo Alto Networks Update an IKE Gateway
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: palo-alto-prisma-access-ikegateways.updateikegateway
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: palo-alto-networks-delete-ike
      description: Palo Alto Networks Delete an IKE Gateway
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: palo-alto-prisma-access-ikegateways.deleteikegateway
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.