| ||
| detail: element | attribute | value | ||
XML Example:<HostStatusSummary> <criticalHosts>xsd:int</criticalHosts> <lockedHosts>xsd:int</lockedHosts> <onlineHosts>xsd:int</onlineHosts> <unmanageHosts>xsd:int</unmanageHosts> <warningHosts>xsd:int</warningHosts> </HostStatusSummary> | JSON Example:{"HostStatusSummary":
{
"criticalHosts": Number,
"lockedHosts": Number,
"onlineHosts": Number,
"unmanageHosts": Number,
"warningHosts": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| criticalHosts | xsd:int | false | false | Gets the criticalHosts value for this HostStatusSummaryElement.
| |
| lockedHosts | xsd:int | false | false | Gets the lockedHosts value for this HostStatusSummaryElement.
| |
| onlineHosts | xsd:int | false | false | Gets the onlineHosts value for this HostStatusSummaryElement.
| |
| unmanageHosts | xsd:int | false | false | Gets the unmanageHosts value for this HostStatusSummaryElement.
| |
| warningHosts | xsd:int | false | false | Gets the warningHosts value for this HostStatusSummaryElement.
|
| ||
| detail: element | attribute | value | ||