Cluster Management APIs

Introduction

The purpose of ClusterClosed Two or more Security Gateways that work together in a redundant configuration - High Availability, or Load Sharing. APIs is to provide automation / orchestration of Check Point cluster in a way similar to simple-gateway APIs.

These Cluster APIs support common cluster operations - such as creating a new cluster object, modifying an existing cluster object (for example, adding or removing cluster members, manipulation of interfaces).

These Cluster APIs are called "simple" because they do not support all cluster object features.

For operations on cluster objects that are not provided by these APIs, use SmartConsoleClosed Check Point GUI application used to manage a Check Point environment - configure Security Policies, configure devices, monitor products and events, install updates, and so on..

List of APIs

API Category

API

Description

Asynchronous

add simple-cluster

Creates a new simple cluster object from scratch

 

set simple-cluster

Modifies an existing simple cluster object

Synchronous

show simple-cluster

Shows an existing simple cluster object specified by its Name or UID

 

show simple-clusters

Shows all existing simple cluster objects

 

delete simple-cluster

Deletes an existing simple cluster object

API Examples

Known Limitations