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 selected in the qualifiedProjectName
. The service will return the workflowRequestId
which can be used by the getWorkflowRequestStatus
call to determine when the workflow is complete.
...
Info |
---|
Notice that the |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | Object | See Common Parameters below. |
| Y | String | This is the environment code, not the environment name that you see on most screens. |
| Y | String | The list of Instances where the deployment will occur. Instance codes are all capital letters. Make sure to enter the instance code, not the instance name. |
| Y | String | The qualified project name starts with /FlexDeploy and includes any sub folder, then the application and finally the project. |
packageDetails | N* | String | This is required for partial deploy, but not for full deployments. Included to indicate what should be deployed in a partial deploy. Full |
| N | Boolean | Values are true or false. Indicates that the deployment should occur even when the |
| N | Boolean | Values are true or false. Indicates that the deployment is an exception to the deployment window. Defaults to false. |
| N | String | The projectVersion to be deployed. If not specified, the most recently built This parameter is ignored for partial deployments. See |
| N | DateTime | The time when the deployment will be started. |
| N | String | Optionally, the version of the workflow can be overridden. |
| N | List | See Common Parameters below. |
| N | List | See Common Parameters below. |
...