createComponentTemplate

Create a component template from a JSON file

Format

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

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "componentType": "STANDARD or ZOS",
  "description": "Component template description",
  "name": "Component template name or ID",
  "properties": {"Source configuration plugin property 
  name": "Property value"},
  "sourceConfigPluginName": "Name of the source 
  configuration type"
}

Related REST command: Create a component template from a JSON file.


Feedback