Get search cluster system info
import requests
url = "https://{FUSION HOST}/api/searchCluster/{id}/systemInfo"
response = requests.get(url)
print(response.text){}Get search cluster system info
Return details about a search cluster, including the JVM version, the OS, free space available, and so on.
GET
/
searchCluster
/
{id}
/
systemInfo
Get search cluster system info
import requests
url = "https://{FUSION HOST}/api/searchCluster/{id}/systemInfo"
response = requests.get(url)
print(response.text){}Was this page helpful?
⌘I