executeApplicationPipeline
Execute an application pipeline
Format
udclient [global-args...] [global-flags...]
executeApplicationPipeline [JSON file]
Parameters
None.Template
This command takes a JSON request string or file. Use the following template for the request:
{
"application": "Application name or id. Only required
when pipeline is referenced by name.",
"pipeline": "Pipeline name or id",
"snapshot": "Name or id of snapshot. Only snapshot or
versions should be specified.",
"versions": [{
"component": "Name or id of component. Required when
version referenced by name",
"version": "Version name or id."
}]
}
Related REST command: Execute an application pipeline.