Deep Security Manager REST API

Name: ComponentInfo

Container for the component detail information

XML Example:
<ComponentInfo>
  <currentVersion>xsd:string</currentVersion>
  <deployed>xsd:int</deployed>
  <id>xsd:int</id>
  <lastUpdate>java.util.Calendar</lastUpdate>
  <name>xsd:string</name>
  <nameKey>xsd:string</nameKey>
  <needDeployed>xsd:int</needDeployed>
  <shortName>xsd:string</shortName>
  <type>xsd:int</type>
</ComponentInfo>
JSON Example:
{"ComponentInfo":
 {
   "currentVersion": String,
   "deployed": Number,
   "id": Number,
   "lastUpdate": java.util.Calendar,
   "name": String,
   "nameKey": String,
   "needDeployed": Number,
   "shortName": String,
   "type": Number,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
currentVersionxsd:stringfalsefalse 

deployedxsd:intfalsefalse 

idxsd:intfalsefalse 

lastUpdatejava.util.Calendarfalsefalse 

namexsd:stringfalsefalse 

nameKeyxsd:stringfalsefalse 

needDeployedxsd:intfalsefalse 

shortNamexsd:stringfalsefalse 

typexsd:intfalsefalse 


Copyright © 2015 Trend Micro Inc. All Rights Reserved.