getApplicationPipelineExecutions

Get a list of up to 100 application pipeline executions

Format

udclient [global-args...] [global-flags...]
  getApplicationPipelineExecutions [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
application string false Application name or id. Required if pipeline argument is a name.
pipeline string false Pipeline name or id.
startIndex int false Index of the first result to return. At most 100 results will be returned.
dateRangeBegin long false Specifies the date range beginning in miiliseconds since epoch.
dateRangeEnd long false Specifies the date range end in miiliseconds since epoch.

Related REST command: Get a list of up to 100 application pipeline executions.