roleList element
Type: | apiRoleList |
A list of roles.
Example JSON
{
"items" : [ {
"name" : "...",
"type" : "...",
"hostRef" : {
"hostId" : "..."
},
"serviceRef" : {
"clusterName" : "...",
"serviceName" : "..."
},
"roleState" : "HISTORY_NOT_AVAILABLE",
"healthSummary" : "DISABLED",
"healthChecks" : [ {
"name" : "...",
"summary" : "DISABLED"
}, ... ],
"haStatus" : "ACTIVE",
"roleUrl" : "..."
}, ... ]
}