Check Point · Capability

Check Point Gaia API — Interfaces

Check Point Gaia API — Interfaces. 1 operations. Lead operation: Show network interfaces. Self-contained Naftiko capability covering one Checkpoint business surface.

Run with Naftiko CheckpointInterfaces

What You Can Do

POST
Showinterfaces — Show network interfaces
/v1/show-interfaces

MCP Tools

show-network-interfaces

Show network interfaces

Capability Spec

gaia-interfaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Check Point Gaia API — Interfaces
  description: 'Check Point Gaia API — Interfaces. 1 operations. Lead operation: Show network interfaces. Self-contained Naftiko
    capability covering one Checkpoint business surface.'
  tags:
  - Checkpoint
  - Interfaces
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CHECKPOINT_API_KEY: CHECKPOINT_API_KEY
capability:
  consumes:
  - type: http
    namespace: gaia-interfaces
    baseUri: https://{gateway}/gaia_api
    description: Check Point Gaia API — Interfaces business capability. Self-contained, no shared references.
    resources:
    - name: show-interfaces
      path: /show-interfaces
      operations:
      - name: showinterfaces
        method: POST
        description: Show network interfaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-chkp-sid
      value: '{{env.CHECKPOINT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: gaia-interfaces-rest
    port: 8080
    description: REST adapter for Check Point Gaia API — Interfaces. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/show-interfaces
      name: show-interfaces
      description: REST surface for show-interfaces.
      operations:
      - method: POST
        name: showinterfaces
        description: Show network interfaces
        call: gaia-interfaces.showinterfaces
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gaia-interfaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Check Point Gaia API — Interfaces. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: show-network-interfaces
      description: Show network interfaces
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gaia-interfaces.showinterfaces
      outputParameters:
      - type: object
        mapping: $.