Deep Security Manager REST API

Name: FeatureSummaryDetailElement

 

XML Example:
<FeatureSummaryDetailElement>
  <detectedEventNum>xsd:long</detectedEventNum>
  <featureName>xsd:string</featureName>
  <preventedEventNum>xsd:long</preventedEventNum>
  <previousDetectedEventNum>xsd:long</previousDetectedEventNum>
  <previousPreventedEventNum>xsd:long</previousPreventedEventNum>
  <previousTotalEventNum>xsd:long</previousTotalEventNum>
  <protectedComputerNum>xsd:long</protectedComputerNum>
  <totalEventNum>xsd:long</totalEventNum>
</FeatureSummaryDetailElement>
JSON Example:
{"FeatureSummaryDetailElement":
 {
   "detectedEventNum": Number,
   "featureName": String,
   "preventedEventNum": Number,
   "previousDetectedEventNum": Number,
   "previousPreventedEventNum": Number,
   "previousTotalEventNum": Number,
   "protectedComputerNum": Number,
   "totalEventNum": Number,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
detectedEventNumxsd:longfalsefalseGets the detectedEventNum value for this FeatureSummaryDetailElement.

featureNamexsd:stringfalsefalseGets the featureName value for this FeatureSummaryDetailElement.

preventedEventNumxsd:longfalsefalseGets the preventedEventNum value for this FeatureSummaryDetailElement.

previousDetectedEventNumxsd:longfalsefalseGets the previousDetectedEventNum value for this FeatureSummaryDetailElement.

previousPreventedEventNumxsd:longfalsefalseGets the previousPreventedEventNum value for this FeatureSummaryDetailElement.

previousTotalEventNumxsd:longfalsefalseGets the previousTotalEventNum value for this FeatureSummaryDetailElement.

protectedComputerNumxsd:longfalsefalseGets the protectedComputerNum value for this FeatureSummaryDetailElement.

totalEventNumxsd:longfalsefalseGets the totalEventNum value for this FeatureSummaryDetailElement.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.