Deep Security Manager REST API

Name: TenantHostProtection

A record of a host's protection. These records identify a host, and show when protection of the host started and stopped.

XML Example:
<TenantHostProtection>
  <hostID>xsd:int</hostID>
  <hostID1>xsd:string</hostID1>
  <hostID2>xsd:string</hostID2>
  <hostID3>xsd:string</hostID3>
  <instanceType>xsd:string</instanceType>
  zero or N[<moduleUsageList>TenantModuleUsage</moduleUsageList>]
  <operatingSystem>xsd:string</operatingSystem>
  <protectionStartDate>xsd:datetime</protectionStartDate>
  <protectionStopDate>xsd:datetime</protectionStopDate>
  <tenantID>xsd:int</tenantID>
  <tenantName>xsd:string</tenantName>
</TenantHostProtection>
JSON Example:
{"TenantHostProtection":
 {
   "hostID": Number,
   "hostID1": String,
   "hostID2": String,
   "hostID3": String,
   "instanceType": String,
   "moduleUsageList": [TenantModuleUsage],
   "operatingSystem": String,
   "protectionStartDate": Date,
   "protectionStopDate": Date,
   "tenantID": Number,
   "tenantName": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
hostIDxsd:intfalsefalseThe internal host identifier.

hostID1xsd:stringfalsefalseThe value of the first configurable host identifier.

hostID2xsd:stringfalsefalseThe value of the second configurable host identifier.

hostID3xsd:stringfalsefalseThe value of the third configurable host identifier.

instanceTypexsd:stringfalsefalseThe instance type (from AWS).

moduleUsageListzero or N[TenantModuleUsage]falsefalseThe list of module usage details.

operatingSystemxsd:stringfalsefalseThe operating system (from AWS).

protectionStartDatexsd:datetimefalsefalseThe date at which protection of the host started.

protectionStopDatexsd:datetimefalsefalseThe date at which protection of the host stopped; will be null if the host is still being protected.

tenantIDxsd:intfalsefalseThe internal identifier of the tenant the host belongs to.

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.