Python
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 } ]
Return the definitions for all existing clusters.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
successful operation
Show child attributes
Was this page helpful?