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