getAllComponentProcessRequestCount#

Get all component process requests submitted after a certain time

This command returns a count of all the component process requests submitted after a certain time.

Format#

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

Parameters#

Parameter Type Required Description
submittedAfter long false A timestamp, in milliseconds from the UNIX epoch. If you specify this parameter, the server counts all CPRs that were created after the specified timestamp.
includeGhosted boolean false True or false, whether to include ghosted components in the result.

Related REST command: Get all component process requests submitted after a certain time.

Parent topic: CLI Commands