Skip to main content
GET
/
searchCluster
List all clusters
import requests

url = "https://{FUSION HOST}/api/searchCluster"

response = requests.get(url)

print(response.text)
[
  {
    "id": "<string>",
    "connectString": "<string>",
    "zkClientTimeout": 123,
    "zkConnectTimeout": 123,
    "cloud": true,
    "bufferFlushInterval": 123,
    "bufferSize": 123,
    "concurrency": 123,
    "authConfig": {
      "authType": "NONE",
      "username": "<string>",
      "password": "<string>",
      "keyTab": "<string>",
      "principal": "<string>"
    },
    "validateCluster": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

successful operation

id
string
read-only
connectString
string
read-only
zkClientTimeout
integer<int32>
read-only
zkConnectTimeout
integer<int32>
read-only
cloud
boolean
read-only
bufferFlushInterval
integer<int32>
read-only
bufferSize
integer<int32>
read-only
concurrency
integer<int32>
read-only
authConfig
object
validateCluster
boolean