GET
/
searchCluster
/
{id}
/
nodes
Get cluster nodes status
curl --request GET \
  --url https://{FUSION HOST}/api/searchCluster/{id}/nodes
[
  {
    "name": "<string>",
    "baseUrl": "<string>",
    "state": "<string>"
  }
]

Path Parameters

id
string
required

The cluster ID.

Response

200 - application/json

successful operation

The response is of type object[].