Get information about all generic process requests on the server
This command returns a JSON representation of all generic process requests, up to a maximum of 100.
Request
GET https://{hostname}:{port}
/cli/processRequest?{parameters}
Accept: application/json
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. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept | application/json |
true |
Related CLI command: getProcessRequests.