Skip to main content
Version: 1.3.0

Admin - Create a new cluster

POST 

/admin/cluster/create-cluster

Create a new Cluster in the system. A Cluster is a set of Vertices that are grouped together. The Cluster is identified by its cluster_id or it's name

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Body

required

    namestringrequired

    The name of the cluster (must be unique)

    vertices_domainsurirequired

    The domains of vertices in the cluster

Responses

Schema

    null