Deep Security Manager REST API

Name: TenantModuleUsage

A structure conveying information about a module extension to a Tenant Host Usage record

XML Example:
<TenantModuleUsage>
  <moduleEnabled>xsd:boolean</moduleEnabled>
  <moduleName>xsd:string</moduleName>
</TenantModuleUsage>
JSON Example:
{"TenantModuleUsage":
 {
   "moduleEnabled": Boolean,
   "moduleName": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
moduleEnabledxsd:booleanfalsefalseThe module on/off flag

moduleNamexsd:stringfalsefalseThe module name, which is one of the following:
  • AM - Anti-Malware
  • WRS - Web Reputation
  • FW - Firewall
  • DPI - Intrusion Prevention
  • IM - Integrity Monitoring
  • LI - Log Inspection
  • Note that not all of these modules may be installed or licensed in your environment and new modules may be added to extend this list in the future.


    Copyright © 2015 Trend Micro Inc. All Rights Reserved.