getApplicationProcessRequestProperties
Format
udclient [global-args...] [global-flags...]
getApplicationProcessRequestProperties
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
requestID | string | true | The ID of the application process request. |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getApplicationProcessRequest
-requestID 134t52le97-3f75-6783-333f-3b54d48c8d88
Example response for a manual task approval
"tasks": [
{
"id": "19523fdc-3f75-6783-333f-3b54d48c8d88",
"name": "Environment Approval for Test",
"commentRequired": false,
"commentPrompt": "Env MTask",
"status": "OPEN",
"startDate": 1740065588235,
"userCanModify": true,
"completedBy": "admin",
"completedOn": 1740065601084,
"comment": ""
},
{
"id": "19523fdc-4284-db5d-add7-0a6af202bf1c",
"name": "Application Approval for App",
"commentRequired": false,
"commentPrompt": "App MTask",
"status": "OPEN",
"startDate": 1740065588274,
"userCanModify": true,
"completedBy": "admin",
"completedOn": 1740065595720,
"comment": ""
},
{
"id": "19523fdc-452a-c387-a66b-786513c18a88",
"name": "Component Approval: Comp",
"commentRequired": false,
"commentPrompt": "Comp MTask",
"status": "OPEN",
"startDate": 1740065588306,
"userCanModify": true,
"completedBy": "admin",
"completedOn": 1740065608814,
"comment": ""
}
]
Related REST command: Get application process request properties.