exportApplicationProcess
Export an application process
Format
udclient [global-args...] [global-flags...]
exportApplicationProcess [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
application | string | true | Name or ID of the application |
applicationProcess | string | true | Name of the process |
Example to export an application process in JSON format
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
-json exportApplicationProcess
-application JPetStore
-applicationProcess "Deploy JPetStore"
Example response
File written to: ./application-process-Deploy JPetStore.json
Related REST command: Export an application process.