Check Point Interfaces API

The Interfaces API from Check Point — 1 operation(s) for interfaces.

OpenAPI Specification

checkpoint-interfaces-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Check Point CloudGuard Access Rules Interfaces API
  description: REST API for Check Point CloudGuard Native cloud security posture management. Manages cloud accounts, assets, security policies, and risk findings across AWS, Azure, and GCP environments.
  version: '1.0'
  contact:
    name: Check Point CloudGuard Support
    url: https://docs.cgn.portal.checkpoint.com/
servers:
- url: https://api.dome9.com/v2
  description: CloudGuard Production
security:
- basicAuth: []
tags:
- name: Interfaces
paths:
  /show-interfaces:
    post:
      operationId: showInterfaces
      summary: Show network interfaces
      tags:
      - Interfaces
      responses:
        '200':
          description: Interfaces
components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic