repeatApplicationProcessRequest#

Repeat an application process request

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  repeatApplicationProcessRequest [parameters]

Parameters#

Parameter Type Required Description
request string true ID of the application process request to repeat

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  repeatApplicationProcessRequest
  -request 47610d75-25c8-420d-a696-f006c34f5423

Example response#

{
  "requestId": "8ece2acb-b8d6-4748-809a-44bf19f4f8f0"
}

Related REST command: Repeat an application process request.

Parent topic: CLI Commands