Export a component template process
This command exports a component template process to a JSON or YAML file format.
Request
GET https://{hostname}:{port}
/cli/componentProcess/exportTemplate?{parameters}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
componentTemplate | string | true | Name or ID of the component template |
componentProcess | string | true | Name or ID of the component process |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: exportComponentTemplateProcess.