PUT
/
searchCluster
/
{id}
{
  "id": "<string>",
  "connectString": "<string>",
  "zkClientTimeout": 123,
  "zkConnectTimeout": 123,
  "cloud": false,
  "bufferFlushInterval": 123,
  "bufferSize": 123,
  "concurrency": 123,
  "authConfig": {
    "authType": "NONE",
    "username": "<string>",
    "password": "<string>",
    "keyTab": "<string>",
    "principal": "<string>"
  },
  "validateCluster": false
}

Headers

If-Match
string
default:"-1"

An entity tag to match against the specified blob

Path Parameters

id
string
required

The cluster ID

Query Parameters

validate
boolean

Validate the updated cluster definition before saving it

Body

application/json

JSON-formatted cluster configuration values

The body is of type object.

Response

200 - application/json

successful operation

The response is of type object.