Import a component template process
This command imports a component template process from a JSON or YAML file format.
Request
POST https://{hostname}:{port}
/cli/componentProcess/importTemplate?{parameters}
Accept: {contentType}
Content-Type: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
componentTemplate | string | true | Name or ID of the component template |
processUpgradeType | string | false | Supported values are, CREATE_NEW_IF_EXISTS, FAIL_IF_DOESNT_EXIST, FAIL_IF_EXISTS, UPGRADE_IF_EXISTS, USE_EXISTING_IF_EXISTS. |
Parameter | Type | Required | Description |
---|---|---|---|
Content-Type |
|
true | |
Accept |
|
true |
Related CLI command: importComponentTemplateProcess.