This POST service will perform the same action found on the Deployment Request Form off the project screen. It will initiate a request to deploy the project specified with the project Id. The service will return the workflowRequestId which can be used by the getWorkflowRequestStatus call to determine the workflow is complete.
Info |
---|
|
http://host:port/flexdeploy/rest/v1/project/{Id}/deploy |
Request
Parameter | Required | Type | Description |
---|
environmentId | Y | Long | This is the environment id, not the environment name that is seen on most screens. |
instanceId |
| Long | The list of instances where the deployment will occur. Make sure to enter the instance id, not the instance name that is seen on most screens. |
projectId |
| Long | The Id of the project to deploy. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|