Execute an application pipeline

Request

POST https://{hostname}:{port}
    /cli/applicationPipeline/execute
Accept: application/json
Table 1. Header parameters
Parameter Type Required Description
Accept application/json true
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 CLI command: executeApplicationPipeline.