getApplicationProcessRequestStatus
Request the status of an application process request
Format
udclient [global-args...] [global-flags...]
getApplicationProcessRequestStatus [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
request | string | true | ID of the application process request |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getApplicationProcessRequestStatus
-request 47610d75-25c8-420d-a696-f006c34f5423
Example response
{
"status": "CLOSED",
"result": "SUCCEEDED"
}
This command returns the following statuses:
CANCELING
CLOSED
COMPENSATING
EXECUTING
FAULTED
FAULTING
INITIALIZED
PENDING
UNINITIALIZED
This command returns the following results:
APPROVAL REJECTED
AWAITING APPROVAL
CANCELED
COMPENSATED
FAILED TO START
FAULTED
NONE
SCHEDULED FOR FUTURE
SUCCEEDED
UNINITIALIZED
Related REST command: Request the status of an application process request.