Import process from json file.
Request
PUT https://{hostname}:{port}
/cli/process/import?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| disposition | string | true | create or update |
| processUpgradeType | string | false | How to handle linked-processes. Supported values are: FAIL_IF_DOESNT_EXIST, FAIL_IF_EXISTS, UPGRADE_IF_EXISTS, USE_EXISTING_IF_EXISTS, CREATE_NEW_IF_EXISTS. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Related CLI command: importGenericProcess.