Deep Security Manager REST API

Name: applicationInfos

Application information passed to log in to DSM. (Optional)

XML Example:
<applicationInfos>
  <applicationName>xsd:string</applicationName>
  <applicationVersion>xsd:string</applicationVersion>
  <serverName>xsd:string</serverName>
</applicationInfos>
JSON Example:
{"applicationInfos":
 {
   "applicationName": String,
   "applicationVersion": String,
   "serverName": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
applicationNamexsd:stringfalsefalseIntegrated application name; required if applicationInfos is provided. Accepts maximum length of 254 characters

applicationVersionxsd:stringfalsefalseIntegrated application version; (Optional) Not blank if application version is provided. Accepts maximum length of 254 characters

serverNamexsd:stringfalsefalseIntegrated server hostname; required if applicationInfos is provided. The format of hostname should follow RFC 1123 or a valid IP format.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.