Skip to main content
Version: 1.3

Admin - Insert a new vertex

POST 

/admin/cluster/insert-vertex

Insert a new Vertex into the system. A Vertex is a tuple of domain and public_key. The Vertex is identified by its vertex_id or it's domain

Request

Header Parameters

    AUTHORIZATION stringrequired

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

Body

required
    domainurirequired

    The domain(authority) of the vertex

    persistent_keygen_idstringrequired

    The persistent keygen ID of the vertex

Responses

Schema

    null