Python
import requests url = "https://{FUSION HOST}/api/searchCluster/{id}/systemInfo" response = requests.get(url) print(response.text)
{}
Return details about a search cluster, including the JVM version, the OS, free space available, and so on.
The cluster ID.
Return information only for the named node.
When true, system information for every node of the cluster is returned.
successful operation
Show child attributes
std
solrcloud
Was this page helpful?