Deep Security Manager REST API

Name: TenantUsage

A structure conveying information about how a tenant has been using Deep Security Manager.

XML Example:
<TenantUsage>
  <endDate>xsd:datetime</endDate>
  <startDate>xsd:datetime</startDate>
  <tenantID>xsd:int</tenantID>
  <tenantName>xsd:string</tenantName>
  <totalJobCount>xsd:int</totalJobCount>
  <totalLoginCount>xsd:int</totalLoginCount>
  <totalSecurityEventCount>xsd:int</totalSecurityEventCount>
  <totalSystemEventCount>xsd:int</totalSystemEventCount>
</TenantUsage>
JSON Example:
{"TenantUsage":
 {
   "endDate": Date,
   "startDate": Date,
   "tenantID": Number,
   "tenantName": String,
   "totalJobCount": Number,
   "totalLoginCount": Number,
   "totalSecurityEventCount": Number,
   "totalSystemEventCount": Number,
 }
}

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

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.

totalLoginCountxsd:intfalsefalseThe total number of logins the tenant's administrators performed within the period.

totalSecurityEventCountxsd:intfalsefalseThe total number of security events recorded for the tenant within the period.

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


Copyright © 2015 Trend Micro Inc. All Rights Reserved.