Skip to main content

Create Cluster

POST 

/clusters/

Use this endpoint to create a single cluster. If a cluster is successfully created, the response will include the cluster id.

Fields

NameRequired
namesno
descriptionsno
shortDescriptionsno
languageno
parentno
sourceIdno
sourceonly when sourceId is provided
clusterConfigIdyes
codeno

Request

Body

    clusterConfigId number

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • language string

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • parent

    object

    id number
    sku string
    source string
    sourceId string

Responses

Create Cluster - 201

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    clusterConfigId number
    code string

    descriptions

    object[]

  • Array [

  • language string
    value string
  • ]

  • id number
    language string

    names

    object[]

  • Array [

  • language string
    value string
  • ]

  • parent

    object

    id number
    source string
    sourceId string
    messages string[]
    total number
Loading...