Export a component process

Request

GET https://{hostname}:{port}
    /cli/componentProcess/export?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
component string true Name or ID of the component
componentProcess string true Name or ID of the component process
version int false Version of the process to export. Default is the latest version.
draft boolean false Whether to export the draft process.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true  

Related CLI command: exportComponentProcess.