Skip to main content
Version: 1.7.0

Admin - Create a new cluster

POST 

/admin/cluster/create-cluster

authorization

This API endpoint requires an API Key with at least one of the following Roles: SystemAdmin

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 API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Body

required

    namestringrequired

    The name of the cluster (must be unique)

    vertices_domainsuri[]required

    The domains of vertices in the cluster

Responses

Schema

    null