Python
import requests url = "https://{FUSION HOST}/api/searchCluster/{id}" response = requests.get(url) print(response.json())
{ "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 definition for the specified cluster.
The cluster ID.
successful operation
Show child attributes
Was this page helpful?