Skip to main content

Add Setting to Cluster Config

POST 

/clustersconfig/:lookupKey/:lookupValue/settings

Use this endpoint to add additional settings to a cluster config. If a cluster config setting is successfully created, the response will include the id.

Fields

NameRequired
attributeNameyes
displayTypeyes
priorityno

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about cluster config lookup keys

    lookupValue stringrequired

    The value of the key (id or name)

Body

    attributeName string
    displayType string
    priority number

Responses

Add Setting to Cluster Config - 201

Response Headers

  • Alt-Svc

    string

  • Content-Length

    string

  • Via

    string

  • alt-svc

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    attributeName string
    clusterConfigId number
    displayType string
    id number
    priority number
    messages string[]
    total number
Loading...