getProcessRequests
Get information about all generic process requests on the server
Format
udclient [global-args...] [global-flags...]
getProcessRequests [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
startTime | long | false | A timestamp, in milliseconds from the UNIX epoch. If you specify this parameter, the server includes the process requests that were created after the specified timestamp. Defaults to 24 hours ago. |
endTime | long | false | A timestamp, in milliseconds from the UNIX epoch. If you specify this parameter, the server includes the process requests that were created before the specified timestamp. Defaults to the current time. |
startIndex | int | false | An index number that specifies the application process request to start with. You can use this index number to page through results. |
Related REST command: Get information about all generic process requests on the server.