Deep Security Manager REST API

Name: component

Represents the information for an individual component in the system. Components are patterns, rule updates, manifests, etc.., typically items that are visible on the ComputerEditor->Updates page.

XML Example:
<component>
  <latest>xsd:boolean</latest>
  <name>xsd:string</name>
  <platformName>xsd:string</platformName>
  <productName>xsd:string</productName>
  <version>xsd:string</version>
</component>
JSON Example:
{"component":
 {
   "latest": Boolean,
   "name": String,
   "platformName": String,
   "productName": String,
   "version": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
latestxsd:booleanfalsefalseis this the Component latest?

namexsd:stringfalsefalseGet the Name of the Component

platformNamexsd:stringfalsefalseGet the Plaform of the Component

productNamexsd:stringfalsefalseGet the Product Name of the Component

versionxsd:stringfalsefalseGet the Version of the Component


Copyright © 2015 Trend Micro Inc. All Rights Reserved.