Create a deployment trigger.

This command creates a deployment trigger for the given environment, component, application process, and user.

Request

POST https://{hostname}:{port}
    /cli/deploymentTrigger
Accept: application/json
Content-Type: application/json
Table 1. Header parameters
Parameter Type Required Description
Content-Type application/json true
Accept application/json true
This command takes a JSON request string or file. Use the following template for the request:
{
  "applicationProcess": "Required. ID of the application 
  process.",
  "component": "Required. Name or ID of the component.",
  "environment": "Required. ID of the environment.",
  "executingUser": "Required. Name or ID of the user to 
  execute the deployment."
}

Related CLI command: createDeploymentTrigger.