Deep Security Manager REST API

Name: TenantManagerUsage

A structure conveying information about how a tenant used a particular manager node.

XML Example:
<TenantManagerUsage>
  <endDate>xsd:datetime</endDate>
  <managerNodeID>xsd:int</managerNodeID>
  <newestActivityDate>xsd:datetime</newestActivityDate>
  <oldestActivityDate>xsd:datetime</oldestActivityDate>
  <startDate>xsd:datetime</startDate>
  <tenantID>xsd:int</tenantID>
  <tenantName>xsd:string</tenantName>
  <totalJobCount>xsd:int</totalJobCount>
  <totalMessageCount>xsd:int</totalMessageCount>
  <totalSystemEventCount>xsd:int</totalSystemEventCount>
</TenantManagerUsage>
JSON Example:
{"TenantManagerUsage":
 {
   "endDate": Date,
   "managerNodeID": Number,
   "newestActivityDate": Date,
   "oldestActivityDate": Date,
   "startDate": Date,
   "tenantID": Number,
   "tenantName": String,
   "totalJobCount": Number,
   "totalMessageCount": Number,
   "totalSystemEventCount": Number,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
endDatexsd:datetimefalsefalseThe date these usage statistics were measured to.

managerNodeIDxsd:intfalsefalseThe ID of the manager node these usage statistics were created for.

newestActivityDatexsd:datetimefalsefalseThe latest date within the measured period that activity was recorded.

oldestActivityDatexsd:datetimefalsefalseThe earliest date within the measured period that activity was recorded.

startDatexsd:datetimefalsefalseThe date these usage statistics were measured from.

tenantIDxsd:intfalsefalseThe ID of the tenant these usage statistics apply to.

tenantNamexsd:stringfalsefalseThe name of the tenant these usage statistics apply to.

totalJobCountxsd:intfalsefalseThe total number of jobs processed within the period.

totalMessageCountxsd:intfalsefalseThe total number of manager messages processed within the period.

totalSystemEventCountxsd:intfalsefalseThe total number of system events generated within the period.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.