DeploymentService

POST /deployment/
GET /deployment/dictionary
GET /deployment/exists
POST /deployment/generate/selected
POST /deployment/generate/selected/deployables
POST /deployment/generate/single
POST /deployment/prepare/deployeds
GET /deployment/prepare/initial
GET /deployment/prepare/undeploy
GET /deployment/prepare/update
POST /deployment/previewblock
POST /deployment/previewblock/{blockId}/{stepNr}
POST /deployment/rollback/{taskid}
POST /deployment/validate

POST /deployment/

Parameters
Request body application/xml Deployment
Response body
String
Content type: application/xml

GET /deployment/dictionary

Parameters
Query environment String
Query applicationVersion String
Query application String
Query container String
Response body
String
Content type: application/xml

GET /deployment/exists

Parameters
Query application String
Query environment String
Response body
boolean
Content type: application/xml

POST /deployment/generate/selected

Parameters
Query deployables String
Request body application/xml Deployment
Response body
Deployment
Content type: application/xml

POST /deployment/generate/selected/deployables

Parameters
Request body application/xml SelectedDeployment
Response body
Deployment
Content type: application/xml

POST /deployment/generate/single

Parameters
Query deployable String
Query container String
Query deployedtype Type
Request body application/xml Deployment
Response body
Deployment
Content type: application/xml

POST /deployment/prepare/deployeds

Parameters
Request body application/xml Deployment
Response body
Deployment
Content type: application/xml

GET /deployment/prepare/initial

Parameters
Query version String
Query environment String
Response body
Deployment
Content type: application/xml

GET /deployment/prepare/undeploy

Parameters
Query deployedApplication String
Response body
Deployment
Content type: application/xml

GET /deployment/prepare/update

Parameters
Query version String
Query deployedApplication String
Response body
Deployment
Content type: application/xml

POST /deployment/previewblock

Parameters
Request body application/xml Deployment
Response body
TaskPreviewBlock
Content type: application/xml

POST /deployment/previewblock/{blockId}/{stepNr}

Parameters
Request body application/xml Deployment
Path blockId String
Path stepNr int
Response body
StepState
Content type: application/xml

POST /deployment/rollback/{taskid}

Parameters
Path taskid String
Response body
String
Content type: application/xml

POST /deployment/validate

Parameters
Request body application/xml Deployment
Response body
Deployment
Content type: application/xml