Deep Security Manager REST API

Name: HostStatusSummary

 

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,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
criticalHostsxsd:intfalsefalseGets the criticalHosts value for this HostStatusSummaryElement.

lockedHostsxsd:intfalsefalseGets the lockedHosts value for this HostStatusSummaryElement.

onlineHostsxsd:intfalsefalseGets the onlineHosts value for this HostStatusSummaryElement.

unmanageHostsxsd:intfalsefalseGets the unmanageHosts value for this HostStatusSummaryElement.

warningHostsxsd:intfalsefalseGets the warningHosts value for this HostStatusSummaryElement.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.