Skip to main content
Version: 1.7.0

Admin - Get a cluster

POST 

/admin/cluster/get-cluster

authorization

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

Get a Cluster by its cluster_id or its 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

    cluster_namestringrequired

    The name or of the cluster

Responses

Schema

    namestringrequired

    vertices

    object[]

    required

  • Array [

  • domainurirequired

    The domain(authority) of the vertex

    persistent_keygen_idstringrequired

    The persistent keygen ID of the vertex

  • ]