Deep Security Manager REST API

Name: counter

Base class for all counters

XML Example:
<counter>
  <description>xsd:string</description>
  <extraValue>xsd:long</extraValue>
  <linkText>xsd:string</linkText>
  <percentOfTotal>xsd:float</percentOfTotal>
  <percentOfValue>xsd:float</percentOfValue>
  <previousValue>xsd:long</previousValue>
  <text>xsd:string</text>
  <value>xsd:long</value>
</counter>
JSON Example:
{"counter":
 {
   "description": String,
   "extraValue": Number,
   "linkText": String,
   "percentOfTotal": Number,
   "percentOfValue": Number,
   "previousValue": Number,
   "text": String,
   "value": Number,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
descriptionxsd:stringfalsefalse 

extraValuexsd:longfalsefalse 

linkTextxsd:stringfalsefalseGets the link text or the text if a link text was not defined

percentOfTotalxsd:floatfalsefalseGets the % of total or -1 if not set

percentOfValuexsd:floatfalsefalseGets the % of value or -1 if not set

previousValuexsd:longfalsefalseGets the previous value

textxsd:stringfalsefalseGets the text

valuexsd:longfalsefalse 


Copyright © 2015 Trend Micro Inc. All Rights Reserved.