serviceList element
Type: | apiServiceList |
A list of services.
Example JSON
{
"items" : [ {
"name" : "...",
"type" : "...",
"clusterRef" : {
"clusterName" : "..."
},
"serviceState" : "HISTORY_NOT_AVAILABLE",
"healthSummary" : "DISABLED",
"configStale" : false,
"healthChecks" : [ {
"name" : "...",
"summary" : "DISABLED"
}, ... ],
"serviceUrl" : "..."
}, ... ]
}