$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This POST service will perform the same action found on the Release Screen

API URL

http://host:port/flexdeploy/rest/release/removeProjectsFromRelease

Add Projects to Release Sample JSON Request


{

"authentication": { "userId":"fdadmin", "password":"password1" },

Opening bracket

Authentication section, used on all types of requests.

Required parameters for creating or editing a release.

"releaseName": "Demo Release",

"releaseProjectDetails":

[

{ "qualifiedProjectName": "FlexDeploy/MyFolder/MyApp/MyProject" },

{ "qualifiedProjectName": "FlexDeploy/MyFolder/MyApp/MyPartialDeployProject" }

]

Add projects to the release named Demo Release.

A list of Projects to remove from the release.


Remove the Project located at "FlexDeploy/MyFolder/MyApp/MyProject" from the release.

Remove the Project located at "FlexDeploy/MyFolder/MyApp/MyPartialDeployProject" from the release.

}Closing bracket

Parameters

Parameter

Required

Type

Description

authentication

Y

Object

The login information for the user connecting to FlexDeploy.

releaseName

Y

String

The name of the release containing the gate we want to complete.

releaseProjectDetails

Y

List

A list of projects and configurations to remove from the release.

qualifiedProjectName

Y

String

The full path and name of a project to remove from the release.

  • No labels