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}
Table 1. Request parameters
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.
Table 2. Header parameters
Parameter Type Required Description
Content-Type
  • application/json
  • application/yaml
true
Accept
  • application/json
  • application/yaml
true

Related CLI command: importComponentTemplateProcess.