hostList element

Type: apiHostList

A list of ApiHost objects

Example JSON

{ "items" : [ { "hostId" : "...", "ipAddress" : "...", "hostname" : "...", "rackId" : "...", "lastHeartbeat" : "...", "roleRefs" : [ { "clusterName" : "...", "serviceName" : "...", "roleName" : "..." }, ... ], "healthSummary" : "DISABLED", "healthChecks" : [ { "name" : "...", "summary" : "DISABLED" }, ... ], "hostUrl" : "..." }, ... ] }