Deep Security Manager REST API

Name: TenantDatabaseUsage

A structure conveying information about how a tenant has been using the database.

XML Example:
<TenantDatabaseUsage>
  <databaseSize>xsd:long</databaseSize>
  <sampleTime>xsd:datetime</sampleTime>
  <tenantID>xsd:int</tenantID>
  <tenantName>xsd:string</tenantName>
</TenantDatabaseUsage>
JSON Example:
{"TenantDatabaseUsage":
 {
   "databaseSize": Number,
   "sampleTime": Date,
   "tenantID": Number,
   "tenantName": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
databaseSizexsd:longfalsefalseThe size of the tenant's database, in bytes.

sampleTimexsd:datetimefalsefalseThe time at which the database usage was sampled.

tenantIDxsd:intfalsefalseThe identifier of the tenant.

tenantNamexsd:stringfalsefalseThe name of the tenant the host belongs to; May be null if the tenant has been deleted.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.