Deep Security Manager REST API

Name: createTenantTemplateRequest

Provides options for the creation of a new tenant template.

XML Example:
<createTenantTemplateRequest>
  <sessionId>xsd:string</sessionId>
  <tenantId>xsd:int</tenantId>
</createTenantTemplateRequest>
JSON Example:
{"createTenantTemplateRequest":
 {
   "sessionId": String,
   "tenantId": Number,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
sessionIdxsd:stringfalsefalseThe session identifier, as retrieved from the authenticate API.

tenantIdxsd:intfalsefalseThe identifier of the tenant on which to base the template.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.