exportApplicationProcess

Export an application process

Format

udclient [global-args...] [global-flags...]
  exportApplicationProcess [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
application string true Name or ID of the application
applicationProcess string true Name of the process

Command to export an application process in JSON format

udclient -username jsmith -password passwd 
  -weburl https://deployserver.example.com:8443
  exportApplicationProcess 
  -application JPetStore
  -applicationProcess "Deploy JPetStore"

Response

File written to: ./application-process-Deploy JPetStore.json

Related REST command: Export an application process.