Skip to main content
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.json())
{}

Path Parameters

id
string
required

The cluster ID.

Query Parameters

nodeName
string

Return information only for the named node.

all
boolean

When true, system information for every node of the cluster is returned.

Response

200 - application/json

successful operation

{key}
object