Request
GET https://{hostname}:{port}
/cli/applicationPipeline/execution?{parameters}
Accept: {contentType}
Table 1. Request 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. |