createApplicationFromTemplate

Create an application with components from a JSON file

Format

udclient [global-args...] [global-flags...]
  createApplicationFromTemplate [JSON file]

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "description": "Description",
  "enforceCompleteSnapshots": "Specify true to require an 
  explicit version for each component",
  "existingComponentIds": "The list of existing Component 
  IDs to attach the application.",
  "name": "Application name or ID",
  "notificationScheme": "Notification scheme",
  "templateId": "The ID of the template to use. If you are 
  using an application template, either this field or 
  templateName are required.",
  "templateName": "The name of the template to use. If you 
  are using an application template, either this field or 
  templateId are required.",
  "templateVersion": "The version of the template to use. 
  This field is required if you are using an application 
  template."
}

Related REST command: Create an application with components from a JSON file.


Feedback