PUT https://{hostname}:{port}
/cli/componentTemplate/create
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json | true |
{
"componentType": "STANDARD or ZOS",
"description": "Component template description",
"importAutomatically": "Optional, boolean. Force
components to import versions automatically (true) or
never import automatically (false). Leave blank to specify
value when component is created.",
"name": "Component template name or ID",
"properties": {"Source configuration plugin property
name": "Property value"},
"sourceConfigPluginName": "Name of the source
configuration type"
}
Related CLI command: createComponentTemplate.