Publication date: April 2012
Copyright © 2011-2012 Serena Software, Inc. All rights reserved.
This document contains Web Service descriptions for the following services.
Name | Description |
---|---|
RLMUtilService | Serena Release Manager Utility Service |
ReleaseRequestService | Serena Release Manager Release Request Service |
DeployUnitService | Serena Release Manager Deployment Unit Service |
DeploymentAutomationService | Serena Release Manager Deployment Automation Service |
Serena Release Manager Utility Service
SOAP
Document
Name | Description |
---|---|
changeDeploymentTasksOrder | Change the order of provided deployment tasks |
checkRelatedItemMaxLimits | This operation will check if a related field in a table is still available for new related items to be related. |
copyAppReleases2ReleaseTrain | Copy related application releases from input release train into target release train with or without release packages info |
copyDeploymentTasks2ReleasePackage | Copy deployment tasks from specified template into specified release package |
copyDeploymentTasks2Template | Copy deployment tasks for specified release package in specified state to specified template |
deleteDeploymentTasks | Delete deployment tasks either for deployment process template or for release package and optional stage. |
deployReleasePackage | This operation manages the release package deployment process. |
deployTask | This operation initiates the deployment of Dimensions CM Vault Task and Nolio Automation Task. This could also drive the deployment of the ZMF Vault task or any supported 3rd Party vault system. |
failReleasePackage | Move the release package into the failed state by using transition that is assigned in FailedDeployTransition. |
getBuildVersion | Returns build version for RLM Utility web service |
getInterfaceVersion | Returns interface version number. |
promoteVaultTask | This operation initiates the promotion of Dimensions CM Vault Task to a specified target stage area. In the future, this should also be able to drive the promotion of the ZMF Vault task or any supported 3rd Party vault system. |
relateChildrenRecords | This operation relates children records by setting their parent field to specified parent ID value. |
relateChildrenRecordsToParent | This operation relates children records to the parent table by setting the children field values specified in the child IDs value. |
relateRecordsInBothDirections | Relates specified records for 2 tables in both directions. Usually there is a multi-relational field in a parent record and a single-relational field in a child record. |
unrelateChildrenRecords | This operation un-relates children records by setting empty values in their parent field. |
unrelateChildrenRecordsFromParent | This operation un-relates children records by setting empty values in their parent field. |
unrelateRecordsInBothDirections | Un-relates specified records for 2 tables in both directions. Usually, we have a multi-relational field in parent record and a single-relational field in child record. This method sets empty values for all children records and removes those children from the multi-relational field in the parent record. |
updateDeploymentTaskStatus | This operation updates the related Deploy Task item status based on the result of the Dimensions CM submitPromoteBaselines or Nolio execution job. |
updateReleasePackageDeployStatus | This method checks the deployment status of all the tasks related to the release package that is currently being deployed. If all the related tasks are in “Completed” state, it will move the release package into the state that is assigned in the NextDeployTransition field. It there is a failure in the deployment process, it will move the release package into the state that is assigned in FailedDeployTransition. |
validateApplicationRelease | Validate Application release record before creation. For now it only checks if name and version are unique. |
validateReleasePackageDeploymentTasks | This operation validates that there are no tasks in the release package that are in “Incomplete” or “Failed” task status. |
validateReleaseTrain | Validate release train record before creation. For now it only checks if name is unique. |
Change the order of provided deployment tasks
urn:changeDeploymentTasksOrder
Document
The input of this method is the document element ns:changeDeploymentTasksOrder having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:tasksOrderInfo | xs:string | 0..1 | Tasks ids and order pairs separated by commas. In form of table_item_id_1=seq_num_1,table_item_id_2=seq_num_2,...,table_item_id_N=seq_num_N |
The output of this method is the document element ns:changeDeploymentTasksOrderResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation will check if a related field in a table is still available for new related items to be related.
urn:checkRelatedItemMaxLimits
Document
The input of this method is the document element ns:checkRelatedItemMaxLimits having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:relatedField | xs:string | 0..1 | Name of the field which should be updated with provided item ID value |
ns:itemId | xs:string | 0..1 | Identifier of item record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records that should be related to a specified item |
The output of this method is the document element ns:checkRelatedItemMaxLimitsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:relatedItemStillAvailable | xs:boolean | 0..1 | Indicator if the related item is still available. |
ns:return | xs:string | 0..1 | Message |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Copy related application releases from input release train into target release train with or without release packages info
urn:copyAppReleases2ReleaseTrain
Document
The input of this method is the document element ns:copyAppReleases2ReleaseTrain having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:inputReleaseTrainItemId | xs:string | 0..1 | Identificator of input release train which application releases should be copied from |
ns:targetReleaseTrainItemId | xs:string | 0..1 | Identificator of target release train which application releases should be copied to |
ns:namePrefix | xs:string | 0..1 | Name prefix to make names of new application releases copies to be unique. |
ns:copyPackagesInfo | xs:boolean | 0..1 | Whether to copy or not release packages from copied application releases. Default - false. |
The output of this method is the document element ns:copyAppReleases2ReleaseTrainResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Copy deployment tasks from specified template into specified release package
urn:copyDeploymentTasks2ReleasePackage
Document
The input of this method is the document element ns:copyDeploymentTasks2ReleasePackage having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:inputReleaseTemplateItemId | xs:string | 0..1 | Identificator of source deployment process template- where tasks will be copied from. |
ns:targetReleasePackageItemId | xs:string | 0..1 | Identificator of target release package - where tasks will be copied to. |
The output of this method is the document element ns:copyDeploymentTasks2ReleasePackageResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Copy deployment tasks for specified release package in specified state to specified template
urn:copyDeploymentTasks2Template
Document
The input of this method is the document element ns:copyDeploymentTasks2Template having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:inputReleasePackageItemId | xs:string | 0..1 | Identificator of release package which tasks we should copy from |
ns:inputStageId | xs:string | 0..1 | Identificator of stage which tasks we should copy from |
ns:inputReleaseTemplateItemId | xs:string | 0..1 | Identificator of template which we should use to copy tasks from |
ns:targetReleaseTemplateItemId | xs:string | 0..1 | Identificator of template which we should use to copy tasks to |
ns:targetTemplateStageId | xs:string | 0..1 | Identificator of stage which we should use to assign all copied tasks |
The output of this method is the document element ns:copyDeploymentTasks2TemplateResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Delete deployment tasks either for deployment process template or for release package and optional stage.
urn:deleteDeploymentTasks
Document
The input of this method is the document element ns:deleteDeploymentTasks having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information. |
ns:releaseTemplateItemId | xs:string | 0..1 | Identificator of deployment process template. |
ns:releasePackageItemId | xs:string | 0..1 | Identificator of release package. |
ns:stageId | xs:string | 0..1 | Identificator of stage. |
ns:taskIds | xs:string | 0..1 | Identificators of tasks to be deleted, separated by commas. |
The output of this method is the document element ns:deleteDeploymentTasksResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation manages the release package deployment process.
urn:deployReleasePackage
Document
The input of this method is the document element ns:deployReleasePackage having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 1..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:options | ns:deployOptions | 1..1 | Either to run or just check deploy status |
ns:releasePackageDeployState | xs:string | 0..1 | State of deployment for release package. If this is not specified, it will default to the current state of the release package. |
ns:sequenceType | ns:SequenceTypes | 1..1 | Either current, next, or previous sequence should be run/checked. |
ns:sequenceNumber | xs:integer | 0..1 | Number of sequence to run/check. |
The output of this method is the document element ns:deployReleasePackageResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:totalDeployCount | xs:integer | 0..1 | Count of deployment tasks that will be started in this run/check |
ns:currentSequence | xs:integer | 0..1 | Currently processing sequence number |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation initiates the deployment of Dimensions CM Vault Task and Nolio Automation Task.
This could also drive the deployment of the ZMF Vault task or any supported 3rd Party vault system.
urn:deployTask
Document
The input of this method is the document element ns:deployTask having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:taskItemId | xs:string | 0..1 | Item identifier of deployment task (in form of table_id:record_id, for example 1001:11) |
The output of this method is the document element ns:deployTaskResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if deploy was successful |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Move the release package into the failed state by using transition that is assigned in FailedDeployTransition.
urn:failReleasePackage
Document
The input of this method is the document element ns:failReleasePackage having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:message | xs:string | 0..1 | Error message |
The output of this method is the document element ns:failReleasePackageResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if transition was successful |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Returns build version for RLM Utility web service
urn:getBuildVersion
Document
The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Build version number |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Returns interface version number.
urn:getInterfaceVersion
Document
The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Interface version number |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation initiates the promotion of Dimensions CM Vault Task to a specified target stage area.
In the future, this should also be able to drive the promotion of the ZMF Vault task or any supported 3rd Party vault system.
urn:promoteVaultTask
Document
The input of this method is the document element ns:promoteVaultTask having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:taskItemId | xs:string | 1..1 | Item identifier of deployment task (in form of table_id:record_id, for example 1001:11) |
The output of this method is the document element ns:promoteVaultTaskResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if vault task has been promoted successfully |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation relates children records by setting their parent field to specified parent ID value.
urn:relateChildrenRecords
Document
The input of this method is the document element ns:relateChildrenRecords having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be updated with provided parent ID value |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records that should be related to a specified parent |
The output of this method is the document element ns:relateChildrenRecordsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Identifiers of children records that were updated, separated by commas |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation relates children records to the parent table by setting the children field values specified in the child IDs value.
urn:relateChildrenRecordsToParent
Document
The input of this method is the document element ns:relateChildrenRecordsToParent having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be updated with provided parent ID value |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records that should be related to a specified parent |
ns:appendChildrenIds | xs:boolean | 0..1 | Indicator to append the children. Setting this to false will replace the parent related field. |
The output of this method is the document element ns:relateChildrenRecordsToParentResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:related | xs:boolean | 0..1 | Indicator if the records were related successfully |
ns:return | xs:string | 0..1 | Identifiers of children records that were updated, separated by commas |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Relates specified records for 2 tables in both directions. Usually there is a multi-relational field in a parent record and a single-relational field in a child record.
urn:relateRecordsInBothDirections
Document
The input of this method is the document element ns:relateRecordsInBothDirections having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:parentDBTable | xs:string | 0..1 | Name of parent database table |
ns:parentDBField | xs:string | 0..1 | Name of field in parent database table |
ns:childDBTable | xs:string | 0..1 | Name of child database table |
ns:childDBField | xs:string | 0..1 | Name of field in child database table |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | List of identifiers of children records separated by commas |
ns:appendChildrenIds | xs:boolean | 0..1 | Indicator to append the children. Setting this to false will replace the parent related field. |
The output of this method is the document element ns:relateRecordsInBothDirectionsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:related | xs:boolean | 0..1 | Indicator if the records were related successfully |
ns:return | xs:string | 0..1 | List of related children IDs separated by commas |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation un-relates children records by setting empty values in their parent field.
urn:unrelateChildrenRecords
Document
The input of this method is the document element ns:unrelateChildrenRecords having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be emptied |
ns:childrenIds | xs:string | 0..1 | Identifiers of records which should be unrelated |
The output of this method is the document element ns:unrelateChildrenRecordsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | List of unrelated IDs separated by commas |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation un-relates children records by setting empty values in their parent field.
urn:unrelateChildrenRecordsFromParent
Document
The input of this method is the document element ns:unrelateChildrenRecordsFromParent having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be emptied |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of records which should be unrelated |
The output of this method is the document element ns:unrelateChildrenRecordsFromParentResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | List of unrelated IDs separated by commas |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Un-relates specified records for 2 tables in both directions. Usually, we have a multi-relational field in parent record and a single-relational field in child record.
This method sets empty values for all children records and removes those children from the multi-relational field in the parent record.
urn:unrelateRecordsInBothDirections
Document
The input of this method is the document element ns:unrelateRecordsInBothDirections having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | |
ns:parentDBTable | xs:string | 0..1 | Name of parent database table |
ns:parentDBField | xs:string | 0..1 | Name of field in parent database table |
ns:childDBTable | xs:string | 0..1 | Name of child database table |
ns:childDBField | xs:string | 0..1 | Name of field in child database table |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records separated by commas |
The output of this method is the document element ns:unrelateRecordsInBothDirectionsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Identifiers of unrelated children records separated by commas |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation updates the related Deploy Task item status based on the result of the Dimensions CM submitPromoteBaselines or Nolio execution job.
urn:updateDeploymentTaskStatus
Document
The input of this method is the document element ns:updateDeploymentTaskStatus having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:taskType | ns:TaskType | 1..1 | Either vault or automation task type |
ns:jobId | xs:string | 1..1 | Identifier of deployment job for vault or execution process for automation |
ns:jobStatus | xs:string | 1..1 | Current status of execution |
ns:jobStatusMessage | xs:string | 0..1 | Message related to provided status of execution |
The output of this method is the document element ns:updateDeploymentTaskStatusResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if update is successful |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
ns:taskItemId | xs:string | 0..1 | Item identifier of deployment task (in form of table_id:record_id, for example 1001:11) |
ns:releasePackageItemId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:taskComplete | xs:boolean | 0..1 | Returns true if the task status is in Completed status |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This method checks the deployment status of all the tasks related to the release package that is currently being deployed.
If all the related tasks are in “Completed” state, it will move the release package into the state that is assigned in the NextDeployTransition field.
It there is a failure in the deployment process, it will move the release package into the state that is assigned in FailedDeployTransition.
urn:updateReleasePackageDeployStatus
Document
The input of this method is the document element ns:updateReleasePackageDeployStatus having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 1..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
The output of this method is the document element ns:updateReleasePackageDeployStatusResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if update was successful |
ns:message | xs:string | 0..1 | Message related to result, such as an error message. |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Validate Application release record before creation. For now it only checks if name and version are unique.
urn:validateApplicationRelease
Document
The input of this method is the document element ns:validateApplicationRelease having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:appRelease | ns:AppReleaseItem | 0..1 | |
The output of this method is the document element ns:validateApplicationReleaseResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:AppReleaseItem | 0..1 | |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
This operation validates that there are no tasks in the release package that are in “Incomplete” or “Failed” task status.
urn:validateReleasePackageDeploymentTasks
Document
The input of this method is the document element ns:validateReleasePackageDeploymentTasks having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
The output of this method is the document element ns:validateReleasePackageDeploymentTasksResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if the task status is in Completed status |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Validate release train record before creation. For now it only checks if name is unique.
urn:validateReleaseTrain
Document
The input of this method is the document element ns:validateReleaseTrain having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:releaseTrain | ns:ReleaseTrainItem | 0..1 | |
The output of this method is the document element ns:validateReleaseTrainResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ReleaseTrainItem | 0..1 | |
Name | Content | Description |
---|---|---|
RLMUtilServiceFaultMessage | ns:RLMUtilServiceFaultMessage |
Name | Description |
---|---|
ns:AppReleaseItem | |
ns:AuthInfo | |
ns:ReleaseTrainItem |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:name | xs:string | 0..1 | Name of application release |
ns:version | xs:string | 0..1 | Version of application release |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:code | xs:string | 0..1 | Code of release train |
ns:name | xs:string | 0..1 | Name of release train |
ns:type | xs:string | 0..1 | Type of release train |
Name | Description |
---|---|
ns:deployOptions | |
ns:SequenceTypes | |
ns:TaskType |
Restricting xs:string
Value | Description |
---|---|
RUN | |
CHECK | |
CHECKRUN |
Restricting xs:string
Value | Description |
---|---|
CURRENT | |
NEXT | |
PREVIOUS | |
LAST |
Restricting xs:string
Value | Description |
---|---|
Vault | |
Automation |
Indicator to append the children. Setting this to false will replace the parent related field.
Type xs:boolean
Element ns:relateChildrenRecordsToParent
Indicator to append the children. Setting this to false will replace the parent related field.
Type xs:boolean
Element ns:relateRecordsInBothDirections
Type ns:AppReleaseItem
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:name | xs:string | 0..1 | Name of application release |
ns:version | xs:string | 0..1 | Version of application release |
Element ns:validateApplicationRelease
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:changeDeploymentTasksOrder
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:checkRelatedItemMaxLimits
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:copyAppReleases2ReleaseTrain
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:copyDeploymentTasks2Template
Authentication information.
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:deleteDeploymentTasks
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:relateChildrenRecords
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:relateChildrenRecordsToParent
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:relateRecordsInBothDirections
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:unrelateChildrenRecords
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:validateApplicationRelease
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:validateReleaseTrain
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:deployReleasePackage
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:deployTask
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:failReleasePackage
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:promoteVaultTask
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:updateDeploymentTaskStatus
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:tasksOrderInfo | xs:string | 0..1 | Tasks ids and order pairs separated by commas. In form of table_item_id_1=seq_num_1,table_item_id_2=seq_num_2,...,table_item_id_N=seq_num_N |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Authentication information
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:relatedField | xs:string | 0..1 | Name of the field which should be updated with provided item ID value |
ns:itemId | xs:string | 0..1 | Identifier of item record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records that should be related to a specified item |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:relatedItemStillAvailable | xs:boolean | 0..1 | Indicator if the related item is still available. |
ns:return | xs:string | 0..1 | Message |
Name of field in child database table
Type xs:string
Element ns:relateRecordsInBothDirections
Name of field in child database table
Type xs:string
Name of child database table
Type xs:string
Element ns:relateRecordsInBothDirections
Name of child database table
Type xs:string
Identifiers of children records that should be related to a specified item
Type xs:string
Element ns:checkRelatedItemMaxLimits
Identifiers of children records that should be related to a specified parent
Type xs:string
Element ns:relateChildrenRecords
Identifiers of children records that should be related to a specified parent
Type xs:string
Element ns:relateChildrenRecordsToParent
List of identifiers of children records separated by commas
Type xs:string
Element ns:relateRecordsInBothDirections
Identifiers of records which should be unrelated
Type xs:string
Element ns:unrelateChildrenRecords
Identifiers of records which should be unrelated
Type xs:string
Identifiers of children records separated by commas
Type xs:string
Code of release train
Type xs:string
Complex Type ns:ReleaseTrainItem
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:inputReleaseTrainItemId | xs:string | 0..1 | Identificator of input release train which application releases should be copied from |
ns:targetReleaseTrainItemId | xs:string | 0..1 | Identificator of target release train which application releases should be copied to |
ns:namePrefix | xs:string | 0..1 | Name prefix to make names of new application releases copies to be unique. |
ns:copyPackagesInfo | xs:boolean | 0..1 | Whether to copy or not release packages from copied application releases. Default - false. |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:inputReleaseTemplateItemId | xs:string | 0..1 | Identificator of source deployment process template- where tasks will be copied from. |
ns:targetReleasePackageItemId | xs:string | 0..1 | Identificator of target release package - where tasks will be copied to. |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:inputReleasePackageItemId | xs:string | 0..1 | Identificator of release package which tasks we should copy from |
ns:inputStageId | xs:string | 0..1 | Identificator of stage which tasks we should copy from |
ns:inputReleaseTemplateItemId | xs:string | 0..1 | Identificator of template which we should use to copy tasks from |
ns:targetReleaseTemplateItemId | xs:string | 0..1 | Identificator of template which we should use to copy tasks to |
ns:targetTemplateStageId | xs:string | 0..1 | Identificator of stage which we should use to assign all copied tasks |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Whether to copy or not release packages from copied application releases. Default - false.
Type xs:boolean
Element ns:copyAppReleases2ReleaseTrain
Currently processing sequence number
Type xs:integer
Element ns:deployReleasePackageResponse
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information. |
ns:releaseTemplateItemId | xs:string | 0..1 | Identificator of deployment process template. |
ns:releasePackageItemId | xs:string | 0..1 | Identificator of release package. |
ns:stageId | xs:string | 0..1 | Identificator of stage. |
ns:taskIds | xs:string | 0..1 | Identificators of tasks to be deleted, separated by commas. |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | service execution message log - empty if everything is successfull |
Authentication information
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 1..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:options | ns:deployOptions | 1..1 | Either to run or just check deploy status |
ns:releasePackageDeployState | xs:string | 0..1 | State of deployment for release package. If this is not specified, it will default to the current state of the release package. |
ns:sequenceType | ns:SequenceTypes | 1..1 | Either current, next, or previous sequence should be run/checked. |
ns:sequenceNumber | xs:integer | 0..1 | Number of sequence to run/check. |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:totalDeployCount | xs:integer | 0..1 | Count of deployment tasks that will be started in this run/check |
ns:currentSequence | xs:integer | 0..1 | Currently processing sequence number |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:taskItemId | xs:string | 0..1 | Item identifier of deployment task (in form of table_id:record_id, for example 1001:11) |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if deploy was successful |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:message | xs:string | 0..1 | Error message |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if transition was successful |
Name of the field which should be updated with provided parent ID value
Type xs:string
Element ns:relateChildrenRecords
Name of the field which should be updated with provided parent ID value
Type xs:string
Element ns:relateChildrenRecordsToParent
Name of the field which should be emptied
Type xs:string
Element ns:unrelateChildrenRecords
Name of the field which should be emptied
Type xs:string
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Build version number |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Interface version number |
Identificator of release package
which tasks we should copy from
Type xs:string
Element ns:copyDeploymentTasks2Template
Identificator of source deployment process template- where tasks will be copied from.
Type xs:string
Identificator of template which we
should use to copy tasks from
Type xs:string
Element ns:copyDeploymentTasks2Template
Identificator of input release train which application releases should be copied from
Type xs:string
Element ns:copyAppReleases2ReleaseTrain
Identificator of stage which tasks
we should copy from
Type xs:string
Element ns:copyDeploymentTasks2Template
Identifier of item record
Type xs:string
Element ns:checkRelatedItemMaxLimits
Identifier of deployment job for vault or execution process for automation
Type xs:string
Element ns:updateDeploymentTaskStatus
Current status of execution
Type xs:string
Element ns:updateDeploymentTaskStatus
Message related to provided status of execution
Type xs:string
Element ns:updateDeploymentTaskStatus
Message related to result, such as an error message
Type xs:string
Element ns:deployReleasePackageResponse
Message related to result, such as an error message
Type xs:string
Element ns:deployTaskResponse
Message related to result, such as an error message
Type xs:string
Element ns:promoteVaultTaskResponse
Message related to result, such as an error message
Type xs:string
Message related to result, such as an error message.
Type xs:string
Name of application release
Type xs:string
Complex Type ns:AppReleaseItem
Name of release train
Type xs:string
Complex Type ns:ReleaseTrainItem
Name prefix to make names of new application releases copies to be unique.
Type xs:string
Element ns:copyAppReleases2ReleaseTrain
Either to run or just check deploy status
Type ns:deployOptions
Value | Description |
---|---|
RUN | |
CHECK | |
CHECKRUN |
Element ns:deployReleasePackage
Name of field in parent database table
Type xs:string
Element ns:relateRecordsInBothDirections
Name of field in parent database table
Type xs:string
Name of parent database table
Type xs:string
Element ns:relateRecordsInBothDirections
Name of parent database table
Type xs:string
Identifier of parent record
Type xs:string
Element ns:relateChildrenRecords
Identifier of parent record
Type xs:string
Element ns:relateChildrenRecordsToParent
Identifier of parent record
Type xs:string
Element ns:relateRecordsInBothDirections
Identifier of parent record
Type xs:string
Identifier of parent record
Type xs:string
Password of authenticating user
Type xs:string
Complex Type ns:AuthInfo
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:taskItemId | xs:string | 1..1 | Item identifier of deployment task (in form of table_id:record_id, for example 1001:11) |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if vault task has been promoted successfully |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
Authentication information
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be updated with provided parent ID value |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records that should be related to a specified parent |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Identifiers of children records that were updated, separated by commas |
Authentication information
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be updated with provided parent ID value |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records that should be related to a specified parent |
ns:appendChildrenIds | xs:boolean | 0..1 | Indicator to append the children. Setting this to false will replace the parent related field. |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:related | xs:boolean | 0..1 | Indicator if the records were related successfully |
ns:return | xs:string | 0..1 | Identifiers of children records that were updated, separated by commas |
Indicator if the records were related successfully
Type xs:boolean
Indicator if the records were related successfully
Type xs:boolean
Name of the field which should be updated with provided item ID value
Type xs:string
Element ns:checkRelatedItemMaxLimits
Indicator if the related item is still available.
Type xs:boolean
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:parentDBTable | xs:string | 0..1 | Name of parent database table |
ns:parentDBField | xs:string | 0..1 | Name of field in parent database table |
ns:childDBTable | xs:string | 0..1 | Name of child database table |
ns:childDBField | xs:string | 0..1 | Name of field in child database table |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | List of identifiers of children records separated by commas |
ns:appendChildrenIds | xs:boolean | 0..1 | Indicator to append the children. Setting this to false will replace the parent related field. |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:related | xs:boolean | 0..1 | Indicator if the records were related successfully |
ns:return | xs:string | 0..1 | List of related children IDs separated by commas |
State of deployment for release package. If this is not specified, it will default to the current state of the release package.
Type xs:string
Element ns:deployReleasePackage
Identificator of release package.
Type xs:string
Element ns:deleteDeploymentTasks
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:deployReleasePackage
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:failReleasePackage
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Identificator of deployment process template.
Type xs:string
Element ns:deleteDeploymentTasks
Type ns:ReleaseTrainItem
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:code | xs:string | 0..1 | Code of release train |
ns:name | xs:string | 0..1 | Name of release train |
ns:type | xs:string | 0..1 | Type of release train |
Element ns:validateReleaseTrain
service execution message log - empty if everything is successfull
Type xs:string
Message
Type xs:string
service execution message log - empty if everything is successfull
Type xs:string
service execution message log - empty if everything is successfull
Type xs:string
service execution message log - empty if everything is successfull
Type xs:string
service execution message log - empty if everything is successfull
Type xs:string
Element ns:deleteDeploymentTasksResponse
Returns true if deploy was successful
Type xs:boolean
Element ns:deployTaskResponse
Returns true if transition was successful
Type xs:boolean
Element ns:failReleasePackageResponse
Build version number
Type xs:string
Element ns:getBuildVersionResponse
Interface version number
Type xs:string
Element ns:getInterfaceVersionResponse
Returns true if vault task has been promoted successfully
Type xs:boolean
Element ns:promoteVaultTaskResponse
Identifiers of children records that were updated, separated by commas
Type xs:string
Element ns:relateChildrenRecordsResponse
Identifiers of children records that were updated, separated by commas
Type xs:string
List of related children IDs separated by commas
Type xs:string
List of unrelated IDs separated by commas
Type xs:string
List of unrelated IDs separated by commas
Type xs:string
Identifiers of unrelated children records separated by commas
Type xs:string
Returns true if update is successful
Type xs:boolean
Returns true if update was successful
Type xs:boolean
Type ns:AppReleaseItem
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:name | xs:string | 0..1 | Name of application release |
ns:version | xs:string | 0..1 | Version of application release |
Returns true if the task status is in Completed status
Type xs:boolean
Type ns:ReleaseTrainItem
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:code | xs:string | 0..1 | Code of release train |
ns:name | xs:string | 0..1 | Name of release train |
ns:type | xs:string | 0..1 | Type of release train |
Element ns:validateReleaseTrainResponse
Error message
Type xs:string
Element ns:RLMUtilServiceFaultMessage
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:RLMUtilServiceFaultMessage | xs:string | 0..1 | Error message |
Number of sequence to run/check.
Type xs:integer
Element ns:deployReleasePackage
Either current, next, or previous sequence should be run/checked.
Type ns:SequenceTypes
Value | Description |
---|---|
CURRENT | |
NEXT | |
PREVIOUS | |
LAST |
Element ns:deployReleasePackage
Identificator of stage.
Type xs:string
Element ns:deleteDeploymentTasks
Name of the table
Type xs:string
Element ns:checkRelatedItemMaxLimits
Name of the table
Type xs:string
Element ns:relateChildrenRecords
Name of the table
Type xs:string
Element ns:relateChildrenRecordsToParent
Name of the table
Type xs:string
Element ns:unrelateChildrenRecords
Name of the table
Type xs:string
Identificator of target release package - where tasks will be copied to.
Type xs:string
Identificator of template which we
should use to copy tasks to
Type xs:string
Element ns:copyDeploymentTasks2Template
Identificator of target release train which application releases should be copied to
Type xs:string
Element ns:copyAppReleases2ReleaseTrain
Identificator of stage which we
should use to assign all copied tasks
Type xs:string
Element ns:copyDeploymentTasks2Template
Returns true if the task status is in Completed status
Type xs:boolean
Identificators of tasks to be deleted, separated by commas.
Type xs:string
Element ns:deleteDeploymentTasks
Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:deployTask
Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:promoteVaultTask
Item identifier of deployment task (in form of table_id:record_id, for example 1001:11)
Type xs:string
Tasks ids and order pairs separated by commas. In form of table_item_id_1=seq_num_1,table_item_id_2=seq_num_2,...,table_item_id_N=seq_num_N
Type xs:string
Element ns:changeDeploymentTasksOrder
Either vault or automation task type
Type ns:TaskType
Value | Description |
---|---|
Vault | |
Automation |
Element ns:updateDeploymentTaskStatus
Count of deployment tasks that will be started in this run/check
Type xs:integer
Element ns:deployReleasePackageResponse
Name of the update transition
Type xs:string
Element ns:relateChildrenRecords
Name of the update transition
Type xs:string
Element ns:relateChildrenRecordsToParent
Name of the update transition
Type xs:string
Element ns:unrelateChildrenRecords
Name of the update transition
Type xs:string
Type of release train
Type xs:string
Complex Type ns:ReleaseTrainItem
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be emptied |
ns:childrenIds | xs:string | 0..1 | Identifiers of records which should be unrelated |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:table | xs:string | 0..1 | Name of the table |
ns:transition | xs:string | 0..1 | Name of the update transition |
ns:field | xs:string | 0..1 | Name of the field which should be emptied |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of records which should be unrelated |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | List of unrelated IDs separated by commas |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | List of unrelated IDs separated by commas |
Authentication information
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | |
ns:parentDBTable | xs:string | 0..1 | Name of parent database table |
ns:parentDBField | xs:string | 0..1 | Name of field in parent database table |
ns:childDBTable | xs:string | 0..1 | Name of child database table |
ns:childDBField | xs:string | 0..1 | Name of field in child database table |
ns:parentId | xs:string | 0..1 | Identifier of parent record |
ns:childrenIds | xs:string | 0..1 | Identifiers of children records separated by commas |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Identifiers of unrelated children records separated by commas |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:taskType | ns:TaskType | 1..1 | Either vault or automation task type |
ns:jobId | xs:string | 1..1 | Identifier of deployment job for vault or execution process for automation |
ns:jobStatus | xs:string | 1..1 | Current status of execution |
ns:jobStatusMessage | xs:string | 0..1 | Message related to provided status of execution |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if update is successful |
ns:message | xs:string | 0..1 | Message related to result, such as an error message |
ns:taskItemId | xs:string | 0..1 | Item identifier of deployment task (in form of table_id:record_id, for example 1001:11) |
ns:releasePackageItemId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:taskComplete | xs:boolean | 0..1 | Returns true if the task status is in Completed status |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 1..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if update was successful |
ns:message | xs:string | 0..1 | Message related to result, such as an error message. |
Name of authenticating user
Type xs:string
Complex Type ns:AuthInfo
Authentication information
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:appRelease | ns:AppReleaseItem | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:AppReleaseItem | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:releasePackageItemID | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:boolean | 0..1 | Returns true if the task status is in Completed status |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:releaseTrain | ns:ReleaseTrainItem | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ReleaseTrainItem | 0..1 | |
Version of application release
Type xs:string
Complex Type ns:AppReleaseItem
Serena Release Manager Release Request Service
SOAP
Document
Name | Description |
---|---|
executeSSMTransition | |
getBcrRequests | |
getBuildVersion | Returns build version for Release Requests web service |
getInterfaceVersion | Returns interface version for Release Requests web service |
getRelatedBcrRequests | |
getRelatedRequestProjects | Returns related projects for specified release package |
getRelatedRequests | Returns related requests for specified release package |
getRelatedRfcRequests | |
getRequestProjects | Returns projects |
getRequests | Returns requests from registered request providers. |
getRfcRequests | |
relateBcrRequests | |
relateRequestProjects | Relates specified project to specified release package |
relateRequests | Relates specified requests to specified release package |
relateRfcRequests | |
unRelateBcrRequests | |
unRelateRequestProjects | Un-relates specified project from specified release package |
unRelateRequests | Un-relates specified request from specified release package |
unRelateRfcRequests |
urn:executeSSMTransition
Document
The input of this method is the document element ns:executeSSMTransition having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
ns:transition | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
The output of this method is the document element ns:executeSSMTransitionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:getBcrRequests
Document
The input of this method is the document element ns:getBcrRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:filter | xs:string | 0..1 | |
The output of this method is the document element ns:getBcrRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Returns build version for Release Requests web service
urn:getBuildVersion
Document
The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Build version information |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Returns interface version for Release Requests web service
urn:getInterfaceVersion
Document
The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Interface version information |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:getRelatedBcrRequests
Document
The input of this method is the document element ns:getRelatedBcrRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:arId | xs:string | 0..1 | |
The output of this method is the document element ns:getRelatedBcrRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Returns related projects for specified release package
urn:getRelatedRequestProjects
Document
The input of this method is the document element ns:getRelatedRequestProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
The output of this method is the document element ns:getRelatedRequestProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Returns related requests for specified release package
urn:getRelatedRequests
Document
The input of this method is the document element ns:getRelatedRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
The output of this method is the document element ns:getRelatedRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:getRelatedRfcRequests
Document
The input of this method is the document element ns:getRelatedRfcRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
The output of this method is the document element ns:getRelatedRfcRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Returns projects
urn:getRequestProjects
Document
The input of this method is the document element ns:getRequestProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
The output of this method is the document element ns:getRequestProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Returns requests from registered request providers.
urn:getRequests
Document
The input of this method is the document element ns:getRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
The output of this method is the document element ns:getRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:getRfcRequests
Document
The input of this method is the document element ns:getRfcRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:filter | xs:string | 0..1 | |
The output of this method is the document element ns:getRfcRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:relateBcrRequests
Document
The input of this method is the document element ns:relateBcrRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:arId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
The output of this method is the document element ns:relateBcrRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Relates specified project to specified release package
urn:relateRequestProjects
Document
The input of this method is the document element ns:relateRequestProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:projectIds | xs:string | 0..1 | Project ID list |
The output of this method is the document element ns:relateRequestProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Relates specified requests to specified release package
urn:relateRequests
Document
The input of this method is the document element ns:relateRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:requestIds | xs:string | 0..1 | Request ID list |
The output of this method is the document element ns:relateRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:relateRfcRequests
Document
The input of this method is the document element ns:relateRfcRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
The output of this method is the document element ns:relateRfcRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:unRelateBcrRequests
Document
The input of this method is the document element ns:unRelateBcrRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:arId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
The output of this method is the document element ns:unRelateBcrRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Un-relates specified project from specified release package
urn:unRelateRequestProjects
Document
The input of this method is the document element ns:unRelateRequestProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:projectIds | xs:string | 0..1 | Release package ID associated with this project |
The output of this method is the document element ns:unRelateRequestProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Un-relates specified request from specified release package
urn:unRelateRequests
Document
The input of this method is the document element ns:unRelateRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:requestIds | xs:string | 0..1 | Request ID list |
The output of this method is the document element ns:unRelateRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
urn:unRelateRfcRequests
Document
The input of this method is the document element ns:unRelateRfcRequests having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:unrelate | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
The output of this method is the document element ns:unRelateRfcRequestsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Name | Content | Description |
---|---|---|
ReleaseRequestServiceException | ns:ReleaseRequestServiceException |
Name | Description |
---|---|
ns:AuthInfo | |
ns:BcrRequestInfo | |
ns:ProjectInfo | |
ns:RequestInfo | |
ns:RfcRequestInfo |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:auth [element getBcrRequests]
Element ns:auth [element getRequests]
Element ns:auth [element getRfcRequests]
Element ns:auth [element relateRequests]
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedApplicationReleaseId | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Project ID |
ns:name | xs:string | 0..1 | Project name |
ns:owner | xs:string | 0..1 | Project owner |
ns:status | xs:string | 0..1 | Project status |
ns:type | xs:string | 0..1 | Project type |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this project |
ns:providerName | xs:string | 0..1 | Provider name |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Request ID |
ns:name | xs:string | 0..1 | Request name |
ns:status | xs:string | 0..1 | Request status |
ns:statusOld | xs:string | 0..1 | |
ns:url | xs:string | 0..1 | Request URL |
ns:owner | xs:string | 0..1 | Request owner |
ns:projectName | xs:string | 0..1 | Project name |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this request |
ns:providerName | xs:string | 0..1 | Provider name |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
ns:related | xs:boolean | 0..1 | |
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:executeSSMTransition
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getBcrRequests
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getRelatedBcrRequests
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getRelatedRequestProjects
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getRelatedRequests
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getRelatedRfcRequests
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getRequestProjects
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getRequests
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:getRfcRequests
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:relateBcrRequests
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:relateRequestProjects
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:relateRequests
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:relateRfcRequests
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:unRelateBcrRequests
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:unRelateRequestProjects
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:unRelateRequests
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:password | xs:string | 0..1 | Password |
ns:username | xs:string | 0..1 | User name |
Element ns:unRelateRfcRequests
Enable design mode if set to true.
Type xs:boolean
Element ns:getRelatedRequestProjects
Enable design mode if set to true.
Type xs:boolean
Element ns:getRelatedRequests
Enable design mode if set to true.
Type xs:boolean
Element ns:getRequestProjects
Enable design mode if set to true.
Type xs:boolean
Element ns:getRequests
Enable design mode if set to true.
Type xs:boolean
Element ns:relateRequestProjects
Enable design mode if set to true.
Type xs:boolean
Element ns:relateRequests
Enable design mode if set to true.
Type xs:boolean
Element ns:unRelateRequestProjects
Enable design mode if set to true.
Type xs:boolean
Element ns:unRelateRequests
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
ns:transition | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:filter | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Build version information |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Interface version information |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:arId | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:filter | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Release package ID
Type xs:string
Element ns:getRelatedRequestProjects
Release package ID
Type xs:string
Element ns:getRelatedRequests
Release package ID
Type xs:string
Element ns:relateRequestProjects
Release package ID
Type xs:string
Element ns:unRelateRequestProjects
Project ID list
Type xs:string
Element ns:relateRequestProjects
Release package ID associated with this project
Type xs:string
Element ns:unRelateRequestProjects
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:arId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Release package ID associated with this project
Type xs:string
Complex Type ns:ProjectInfo
Release package ID associated with this request
Type xs:string
Complex Type ns:RequestInfo
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:projectIds | xs:string | 0..1 | Project ID list |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:requestIds | xs:string | 0..1 | Request ID list |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
error message
Type xs:string
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:ReleaseRequestServiceException | xs:string | 0..1 | error message |
Type ns:RfcRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
ns:related | xs:boolean | 0..1 | |
Element ns:executeSSMTransitionResponse
Type ns:BcrRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedApplicationReleaseId | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
Element ns:getBcrRequestsResponse
Build version information
Type xs:string
Element ns:getBuildVersionResponse
Interface version information
Type xs:string
Element ns:getInterfaceVersionResponse
Type ns:BcrRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedApplicationReleaseId | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
Element ns:getRelatedBcrRequestsResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Project ID |
ns:name | xs:string | 0..1 | Project name |
ns:owner | xs:string | 0..1 | Project owner |
ns:status | xs:string | 0..1 | Project status |
ns:type | xs:string | 0..1 | Project type |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this project |
ns:providerName | xs:string | 0..1 | Provider name |
Type ns:RequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Request ID |
ns:name | xs:string | 0..1 | Request name |
ns:status | xs:string | 0..1 | Request status |
ns:statusOld | xs:string | 0..1 | |
ns:url | xs:string | 0..1 | Request URL |
ns:owner | xs:string | 0..1 | Request owner |
ns:projectName | xs:string | 0..1 | Project name |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this request |
ns:providerName | xs:string | 0..1 | Provider name |
Element ns:getRelatedRequestsResponse
Type ns:RfcRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
ns:related | xs:boolean | 0..1 | |
Element ns:getRelatedRfcRequestsResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Project ID |
ns:name | xs:string | 0..1 | Project name |
ns:owner | xs:string | 0..1 | Project owner |
ns:status | xs:string | 0..1 | Project status |
ns:type | xs:string | 0..1 | Project type |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this project |
ns:providerName | xs:string | 0..1 | Provider name |
Element ns:getRequestProjectsResponse
Type ns:RequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Request ID |
ns:name | xs:string | 0..1 | Request name |
ns:status | xs:string | 0..1 | Request status |
ns:statusOld | xs:string | 0..1 | |
ns:url | xs:string | 0..1 | Request URL |
ns:owner | xs:string | 0..1 | Request owner |
ns:projectName | xs:string | 0..1 | Project name |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this request |
ns:providerName | xs:string | 0..1 | Provider name |
Element ns:getRequestsResponse
Type ns:RfcRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
ns:related | xs:boolean | 0..1 | |
Element ns:getRfcRequestsResponse
Type ns:BcrRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedApplicationReleaseId | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
Element ns:relateBcrRequestsResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Project ID |
ns:name | xs:string | 0..1 | Project name |
ns:owner | xs:string | 0..1 | Project owner |
ns:status | xs:string | 0..1 | Project status |
ns:type | xs:string | 0..1 | Project type |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this project |
ns:providerName | xs:string | 0..1 | Provider name |
Element ns:relateRequestProjectsResponse
Type ns:RequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Request ID |
ns:name | xs:string | 0..1 | Request name |
ns:status | xs:string | 0..1 | Request status |
ns:statusOld | xs:string | 0..1 | |
ns:url | xs:string | 0..1 | Request URL |
ns:owner | xs:string | 0..1 | Request owner |
ns:projectName | xs:string | 0..1 | Project name |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this request |
ns:providerName | xs:string | 0..1 | Provider name |
Element ns:relateRequestsResponse
Type ns:RfcRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
ns:related | xs:boolean | 0..1 | |
Element ns:relateRfcRequestsResponse
Type ns:BcrRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedApplicationReleaseId | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
Element ns:unRelateBcrRequestsResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Project ID |
ns:name | xs:string | 0..1 | Project name |
ns:owner | xs:string | 0..1 | Project owner |
ns:status | xs:string | 0..1 | Project status |
ns:type | xs:string | 0..1 | Project type |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this project |
ns:providerName | xs:string | 0..1 | Provider name |
Type ns:RequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Request ID |
ns:name | xs:string | 0..1 | Request name |
ns:status | xs:string | 0..1 | Request status |
ns:statusOld | xs:string | 0..1 | |
ns:url | xs:string | 0..1 | Request URL |
ns:owner | xs:string | 0..1 | Request owner |
ns:projectName | xs:string | 0..1 | Project name |
ns:relatedPackageId | xs:string | 0..1 | Release package ID associated with this request |
ns:providerName | xs:string | 0..1 | Provider name |
Element ns:unRelateRequestsResponse
Type ns:RfcRequestInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | |
ns:displayName | xs:string | 0..1 | |
ns:id | xs:string | 0..1 | |
ns:providerName | xs:string | 0..1 | |
ns:relatedReleaseTrainId | xs:string | 0..1 | |
ns:state | xs:string | 0..1 | |
ns:title | xs:string | 0..1 | |
ns:related | xs:boolean | 0..1 | |
Element ns:unRelateRfcRequestsResponse
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:arId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:BcrRequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:projectIds | xs:string | 0..1 | Release package ID associated with this project |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Release package ID |
ns:requestIds | xs:string | 0..1 | Request ID list |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RequestInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:unrelate | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:rtId | xs:string | 0..1 | |
ns:requestIds | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:RfcRequestInfo | 0..* | |
Serena Release Manager Deployment Unit Service
SOAP
Document
Name | Description |
---|---|
getApprovers | Returns list of available ZMF application approvers |
getBuildVersion | Returns build version for Deploy Unit web service |
getDeploymentArea | Returns list of deployment areas |
getDeploymentSites | Returns list of available ZMF deployment sites |
getDeploymentStages | Returns list of available deployment stages |
getDeployUnitProjects | Returns deploy units projects |
getDeployUnits | Returns list of available deploy units separated by commas |
getGslAreas | Returns list of all areas defined for a specific stage of the Dimensions GSL |
getGslStages | Returns list of stages in the Dimensions CM Global Stage Lifecycle |
getInterfaceVersion | Returns interface version number |
getPromotionAreas | Returns list of available ZMF deployment promotion areas |
getRelatedDeployUnitProjects | Returns list of related deployment unit projects |
getRelatedDeployUnits | Returns list of related deploy units |
relateDeployUnitProjects | Relates deployment unit projects to specified release package |
relateDeployUnits | Relate specified deploy units to specified release package |
unRelateDeployUnitProjects | Un-relate deployment unit projects |
unRelateDeployUnits |
Returns list of available ZMF application approvers
urn:getApprovers
Document
The input of this method is the document element ns:getApprovers having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 1..1 | Name of project |
ns:providerName | xs:string | 0..1 | Name of provider |
The output of this method is the document element ns:getApproversResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ApproverInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns build version for Deploy Unit web service
urn:getBuildVersion
Document
The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of deployment areas
urn:getDeploymentArea
Document
The input of this method is the document element ns:getDeploymentArea having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:stageName | xs:string | 0..1 | Name of deployment stage |
ns:projectName | xs:string | 0..1 | Name of project |
ns:packageId | xs:string | 0..1 | Identifier of release package |
ns:unitIds | xs:string | 0..1 | Identifiers of deploy units separated by commas |
The output of this method is the document element ns:getDeploymentAreaResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployAreaInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of available ZMF deployment sites
urn:getDeploymentSites
Document
The input of this method is the document element ns:getDeploymentSites having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 1..1 | Name of project |
ns:providerName | xs:string | 0..1 | Name of provider |
The output of this method is the document element ns:getDeploymentSitesResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeploySiteInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of available deployment stages
urn:getDeploymentStages
Document
The input of this method is the document element ns:getDeploymentStages having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 0..1 | Name of project used for filtering available stages |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) - used for filtering available stages |
ns:unitIds | xs:string | 0..1 | Identifiers of deploy units separated by commas - used for filtering available stages |
The output of this method is the document element ns:getDeploymentStagesResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployStageInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns deploy units projects
urn:getDeployUnitProjects
Document
The input of this method is the document element ns:getDeployUnitProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:providerName | xs:string | 0..1 | Name of provider |
The output of this method is the document element ns:getDeployUnitProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of available deploy units separated by commas
urn:getDeployUnits
Document
The input of this method is the document element ns:getDeployUnits having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:providerName | xs:string | 0..1 | Name of provider |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
The output of this method is the document element ns:getDeployUnitsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of all areas defined for a specific stage of the Dimensions GSL
urn:getGslAreas
Document
The input of this method is the document element ns:getGslAreas having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:stageName | xs:string | 0..1 | Name of deployment stage |
The output of this method is the document element ns:getGslAreasResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployAreaInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of stages in the Dimensions CM Global Stage Lifecycle
urn:getGslStages
Document
The input of this method is the document element ns:getGslStages having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
The output of this method is the document element ns:getGslStagesResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployStageInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns interface version number
urn:getInterfaceVersion
Document
The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Interface version number |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of available ZMF deployment promotion areas
urn:getPromotionAreas
Document
The input of this method is the document element ns:getPromotionAreas having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 1..1 | Name of project |
ns:deploymentSite | xs:string | 1..1 | Name of deployment site |
ns:providerName | xs:string | 0..1 | Name of provider |
The output of this method is the document element ns:getPromotionAreasResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:PromotionAreaInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of related deployment unit projects
urn:getRelatedDeployUnitProjects
Document
The input of this method is the document element ns:getRelatedDeployUnitProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
The output of this method is the document element ns:getRelatedDeployUnitProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Returns list of related deploy units
urn:getRelatedDeployUnits
Document
The input of this method is the document element ns:getRelatedDeployUnits having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:providerName | xs:string | 0..1 | Name of provider |
The output of this method is the document element ns:getRelatedDeployUnitsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Relates deployment unit projects to specified release package
urn:relateDeployUnitProjects
Document
The input of this method is the document element ns:relateDeployUnitProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:projectIds | xs:string | 0..1 | Identifiers of deployment unit projects separated by commas |
ns:providerName | xs:string | 0..1 | Name of provider |
The output of this method is the document element ns:relateDeployUnitProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Relate specified deploy units to specified release package
urn:relateDeployUnits
Document
The input of this method is the document element ns:relateDeployUnits having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:deployUnitIds | xs:string | 0..1 | Identifiers of deploy units separated by commas |
ns:providerName | xs:string | 0..1 | Name of provider |
The output of this method is the document element ns:relateDeployUnitsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Un-relate deployment unit projects
urn:unRelateDeployUnitProjects
Document
The input of this method is the document element ns:unRelateDeployUnitProjects having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM Composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:projectIds | xs:string | 0..1 | Identifiers of projects that should be unrelated from specified package |
The output of this method is the document element ns:unRelateDeployUnitProjectsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
urn:unRelateDeployUnits
Document
The input of this method is the document element ns:unRelateDeployUnits having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:packageId | xs:string | 0..1 | |
ns:deployUnitIds | xs:string | 0..1 | |
The output of this method is the document element ns:unRelateDeployUnitsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeployUnitServiceException | ns:DeployUnitServiceException |
Name | Description |
---|---|
ns:ApproverInfo | |
ns:AuthInfo | Authentication information |
ns:DeployAreaInfo | |
ns:DeploySiteInfo | |
ns:DeployStageInfo | |
ns:DeployUnitInfo | |
ns:ProjectInfo | |
ns:PromotionAreaInfo |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of approver |
ns:projectName | xs:string | 0..1 | Name of project |
ns:name | xs:string | 0..1 | Name of approver |
ns:description | xs:string | 0..1 | Description of approver |
ns:providerName | xs:string | 0..1 | Name of provider |
Authentication information
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:auth [element getApprovers]
Element ns:auth [element getDeployUnits]
Element ns:auth [element getGslAreas]
Element ns:auth [element getGslStages]
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | Description of deployment area |
ns:directory | xs:string | 0..1 | Directory of deployment area |
ns:id | xs:string | 0..1 | Identifier of deployment area |
ns:name | xs:string | 0..1 | Name of deployment area |
ns:networkNode | xs:string | 0..1 | Network node of deployment area |
ns:owner | xs:string | 0..1 | Owner of deployment area |
ns:providerType | xs:string | 0..1 | Provider name of deployment area |
ns:stageId | xs:string | 0..1 | Identifier of deployment stage |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of deployment site |
ns:projectName | xs:string | 0..1 | Deployment site project name |
ns:name | xs:string | 0..1 | Name of deployment site |
ns:jobCard1 | xs:string | 0..1 | Deployment site job card1 information |
ns:jobCard2 | xs:string | 0..1 | Deployment site job card2 information |
ns:jobCard3 | xs:string | 0..1 | Deployment site job card3 information |
ns:jobCard4 | xs:string | 0..1 | Deployment site job card4 information |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | Description of deployment stage |
ns:id | xs:string | 0..1 | Identifier of deployment stage |
ns:name | xs:string | 0..1 | Name of deployment stage |
ns:owner | xs:string | 0..1 | Owner of deployment stage |
ns:projects | xs:string | 0..* | Name of projects |
ns:providerType | xs:string | 0..1 | Name of providers |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of deployment unit |
ns:name | xs:string | 0..1 | Name of deployment unit |
ns:description | xs:string | 0..1 | Description of deployment unit |
ns:status | xs:string | 0..1 | Status of deployment unit |
ns:type | xs:string | 0..1 | Type of deployment unit |
ns:projectName | xs:string | 0..1 | Name of deployment unit project |
ns:providerName | xs:string | 0..1 | Name of provider |
ns:relatedDeployTask | xs:string | 0..1 | Identifier of related deployment task |
ns:relatedPackageId | xs:string | 0..1 | Identifier of related release package |
ns:relatedProjectId | xs:string | 0..1 | Identifier of related project |
ns:relatedDeployTaskId | xs:string | 0..1 | Identifier of related deployment task |
ns:integrationTestStartDate | xs:string | 0..1 | Identifier of integration test start date |
ns:integrationTestEndDate | xs:string | 0..1 | Identifier of integration test end date |
ns:uatStartDate | xs:string | 0..1 | Identifier of uat test start date |
ns:uatEndDate | xs:string | 0..1 | Identifier of uat end date |
ns:prodDeploymentStartDate | xs:string | 0..1 | Identifier of production deployment start date |
ns:prodDeploymentEndDate | xs:string | 0..1 | Identifier of production deployment end date |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of project |
ns:name | xs:string | 0..1 | Name of project |
ns:description | xs:string | 0..1 | Description of project |
ns:owner | xs:string | 0..1 | Owner of project |
ns:status | xs:string | 0..1 | Status of project |
ns:type | xs:string | 0..1 | Type of project |
ns:relatedPackageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of promotion area |
ns:projectName | xs:string | 0..1 | Promotion area project name |
ns:name | xs:string | 0..1 | Name of promotion area |
ns:deploymentSite | xs:string | 0..1 | Name of promotion deployment site |
ns:level | xs:string | 0..1 | Promotion area level |
ns:providerName | xs:string | 0..1 | Name of provider |
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getApprovers
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getDeploymentArea
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getDeploymentSites
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getDeploymentStages
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getDeployUnitProjects
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getDeployUnits
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getGslAreas
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getGslStages
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getPromotionAreas
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getRelatedDeployUnitProjects
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:getRelatedDeployUnits
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:relateDeployUnitProjects
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:relateDeployUnits
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:unRelateDeployUnitProjects
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | Name of authenticating user |
ns:password | xs:string | 0..1 | Password of authenticating user |
Element ns:unRelateDeployUnits
Name of deployment site
Type xs:string
Element ns:getPromotionAreas
Name of promotion deployment site
Type xs:string
Complex Type ns:PromotionAreaInfo
Identifiers of deploy units separated by commas
Type xs:string
Element ns:relateDeployUnits
error message
Type xs:string
Element ns:DeployUnitServiceException
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:DeployUnitServiceException | xs:string | 0..1 | error message |
Description of approver
Type xs:string
Complex Type ns:ApproverInfo
Description of deployment area
Type xs:string
Complex Type ns:DeployAreaInfo
Description of deployment stage
Type xs:string
Complex Type ns:DeployStageInfo
Description of deployment unit
Type xs:string
Complex Type ns:DeployUnitInfo
Description of project
Type xs:string
Complex Type ns:ProjectInfo
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getApprovers
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getDeploymentArea
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getDeploymentSites
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getDeploymentStages
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getDeployUnitProjects
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getDeployUnits
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getGslAreas
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getGslStages
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getPromotionAreas
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getRelatedDeployUnitProjects
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:getRelatedDeployUnits
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:relateDeployUnitProjects
Run service in design mode. Returns dummy data for use in SBM composer.
Type xs:boolean
Element ns:relateDeployUnits
Run service in design mode. Returns dummy data for use in SBM Composer.
Type xs:boolean
Element ns:unRelateDeployUnitProjects
Directory of deployment area
Type xs:string
Complex Type ns:DeployAreaInfo
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 1..1 | Name of project |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ApproverInfo | 0..* | |
build version number
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:stageName | xs:string | 0..1 | Name of deployment stage |
ns:projectName | xs:string | 0..1 | Name of project |
ns:packageId | xs:string | 0..1 | Identifier of release package |
ns:unitIds | xs:string | 0..1 | Identifiers of deploy units separated by commas |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployAreaInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 1..1 | Name of project |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeploySiteInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 0..1 | Name of project used for filtering available stages |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) - used for filtering available stages |
ns:unitIds | xs:string | 0..1 | Identifiers of deploy units separated by commas - used for filtering available stages |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployStageInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:providerName | xs:string | 0..1 | Name of provider |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:stageName | xs:string | 0..1 | Name of deployment stage |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployAreaInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployStageInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Interface version number |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:projectName | xs:string | 1..1 | Name of project |
ns:deploymentSite | xs:string | 1..1 | Name of deployment site |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:PromotionAreaInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Identifier of approver
Type xs:string
Complex Type ns:ApproverInfo
Identifier of deployment area
Type xs:string
Complex Type ns:DeployAreaInfo
Identifier of deployment site
Type xs:string
Complex Type ns:DeploySiteInfo
Identifier of deployment stage
Type xs:string
Complex Type ns:DeployStageInfo
Identifier of deployment unit
Type xs:string
Complex Type ns:DeployUnitInfo
Identifier of project
Type xs:string
Complex Type ns:ProjectInfo
Identifier of promotion area
Type xs:string
Complex Type ns:PromotionAreaInfo
Identifier of integration test end date
Type xs:string
Complex Type ns:DeployUnitInfo
Identifier of integration test start date
Type xs:string
Complex Type ns:DeployUnitInfo
Deployment site job card1 information
Type xs:string
Complex Type ns:DeploySiteInfo
Deployment site job card2 information
Type xs:string
Complex Type ns:DeploySiteInfo
Deployment site job card3 information
Type xs:string
Complex Type ns:DeploySiteInfo
Deployment site job card4 information
Type xs:string
Complex Type ns:DeploySiteInfo
Promotion area level
Type xs:string
Complex Type ns:PromotionAreaInfo
Name of deployment area
Type xs:string
Complex Type ns:DeployAreaInfo
Name of deployment site
Type xs:string
Complex Type ns:DeploySiteInfo
Name of deployment stage
Type xs:string
Complex Type ns:DeployStageInfo
Name of deployment unit
Type xs:string
Complex Type ns:DeployUnitInfo
Name of promotion area
Type xs:string
Complex Type ns:PromotionAreaInfo
Network node of deployment area
Type xs:string
Complex Type ns:DeployAreaInfo
Owner of deployment area
Type xs:string
Complex Type ns:DeployAreaInfo
Owner of deployment stage
Type xs:string
Complex Type ns:DeployStageInfo
Identifier of release package
Type xs:string
Element ns:getDeploymentArea
Item identifier of release package (in form of table_id:record_id, for example 1001:11) - used for filtering available stages
Type xs:string
Element ns:getDeploymentStages
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:getDeployUnits
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:getRelatedDeployUnitProjects
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:getRelatedDeployUnits
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:relateDeployUnitProjects
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:relateDeployUnits
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Element ns:unRelateDeployUnitProjects
Password of authenticating user
Type xs:string
Complex Type ns:AuthInfo
Identifier of production deployment end date
Type xs:string
Complex Type ns:DeployUnitInfo
Identifier of production deployment start date
Type xs:string
Complex Type ns:DeployUnitInfo
Identifiers of deployment unit projects separated by commas
Type xs:string
Element ns:relateDeployUnitProjects
Identifiers of projects that should be unrelated from specified package
Type xs:string
Element ns:unRelateDeployUnitProjects
Name of project used for filtering available stages
Type xs:string
Element ns:getDeploymentStages
Deployment site project name
Type xs:string
Complex Type ns:DeploySiteInfo
Name of deployment unit project
Type xs:string
Complex Type ns:DeployUnitInfo
Promotion area project name
Type xs:string
Complex Type ns:PromotionAreaInfo
Name of projects
Type xs:string
Complex Type ns:DeployStageInfo
Name of provider
Type xs:string
Element ns:getDeployUnitProjects
Name of provider
Type xs:string
Element ns:getRelatedDeployUnits
Name of provider
Type xs:string
Element ns:relateDeployUnitProjects
Name of provider
Type xs:string
Complex Type ns:PromotionAreaInfo
Provider name of deployment area
Type xs:string
Complex Type ns:DeployAreaInfo
Name of providers
Type xs:string
Complex Type ns:DeployStageInfo
Identifier of related deployment task
Type xs:string
Complex Type ns:DeployUnitInfo
Identifier of related deployment task
Type xs:string
Complex Type ns:DeployUnitInfo
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:projectIds | xs:string | 0..1 | Identifiers of deployment unit projects separated by commas |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:deployUnitIds | xs:string | 0..1 | Identifiers of deploy units separated by commas |
ns:providerName | xs:string | 0..1 | Name of provider |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Identifier of related release package
Type xs:string
Complex Type ns:DeployUnitInfo
Item identifier of release package (in form of table_id:record_id, for example 1001:11)
Type xs:string
Complex Type ns:ProjectInfo
Identifier of related project
Type xs:string
Complex Type ns:DeployUnitInfo
Type ns:ApproverInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of approver |
ns:projectName | xs:string | 0..1 | Name of project |
ns:name | xs:string | 0..1 | Name of approver |
ns:description | xs:string | 0..1 | Description of approver |
ns:providerName | xs:string | 0..1 | Name of provider |
Element ns:getApproversResponse
Type ns:DeployAreaInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | Description of deployment area |
ns:directory | xs:string | 0..1 | Directory of deployment area |
ns:id | xs:string | 0..1 | Identifier of deployment area |
ns:name | xs:string | 0..1 | Name of deployment area |
ns:networkNode | xs:string | 0..1 | Network node of deployment area |
ns:owner | xs:string | 0..1 | Owner of deployment area |
ns:providerType | xs:string | 0..1 | Provider name of deployment area |
ns:stageId | xs:string | 0..1 | Identifier of deployment stage |
Element ns:getDeploymentAreaResponse
Type ns:DeploySiteInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of deployment site |
ns:projectName | xs:string | 0..1 | Deployment site project name |
ns:name | xs:string | 0..1 | Name of deployment site |
ns:jobCard1 | xs:string | 0..1 | Deployment site job card1 information |
ns:jobCard2 | xs:string | 0..1 | Deployment site job card2 information |
ns:jobCard3 | xs:string | 0..1 | Deployment site job card3 information |
ns:jobCard4 | xs:string | 0..1 | Deployment site job card4 information |
ns:providerName | xs:string | 0..1 | Name of provider |
Element ns:getDeploymentSitesResponse
Type ns:DeployStageInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | Description of deployment stage |
ns:id | xs:string | 0..1 | Identifier of deployment stage |
ns:name | xs:string | 0..1 | Name of deployment stage |
ns:owner | xs:string | 0..1 | Owner of deployment stage |
ns:projects | xs:string | 0..* | Name of projects |
ns:providerType | xs:string | 0..1 | Name of providers |
Element ns:getDeploymentStagesResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of project |
ns:name | xs:string | 0..1 | Name of project |
ns:description | xs:string | 0..1 | Description of project |
ns:owner | xs:string | 0..1 | Owner of project |
ns:status | xs:string | 0..1 | Status of project |
ns:type | xs:string | 0..1 | Type of project |
ns:relatedPackageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:providerName | xs:string | 0..1 | Name of provider |
Element ns:getDeployUnitProjectsResponse
Type ns:DeployUnitInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of deployment unit |
ns:name | xs:string | 0..1 | Name of deployment unit |
ns:description | xs:string | 0..1 | Description of deployment unit |
ns:status | xs:string | 0..1 | Status of deployment unit |
ns:type | xs:string | 0..1 | Type of deployment unit |
ns:projectName | xs:string | 0..1 | Name of deployment unit project |
ns:providerName | xs:string | 0..1 | Name of provider |
ns:relatedDeployTask | xs:string | 0..1 | Identifier of related deployment task |
ns:relatedPackageId | xs:string | 0..1 | Identifier of related release package |
ns:relatedProjectId | xs:string | 0..1 | Identifier of related project |
ns:relatedDeployTaskId | xs:string | 0..1 | Identifier of related deployment task |
ns:integrationTestStartDate | xs:string | 0..1 | Identifier of integration test start date |
ns:integrationTestEndDate | xs:string | 0..1 | Identifier of integration test end date |
ns:uatStartDate | xs:string | 0..1 | Identifier of uat test start date |
ns:uatEndDate | xs:string | 0..1 | Identifier of uat end date |
ns:prodDeploymentStartDate | xs:string | 0..1 | Identifier of production deployment start date |
ns:prodDeploymentEndDate | xs:string | 0..1 | Identifier of production deployment end date |
Element ns:getDeployUnitsResponse
Type ns:DeployAreaInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | Description of deployment area |
ns:directory | xs:string | 0..1 | Directory of deployment area |
ns:id | xs:string | 0..1 | Identifier of deployment area |
ns:name | xs:string | 0..1 | Name of deployment area |
ns:networkNode | xs:string | 0..1 | Network node of deployment area |
ns:owner | xs:string | 0..1 | Owner of deployment area |
ns:providerType | xs:string | 0..1 | Provider name of deployment area |
ns:stageId | xs:string | 0..1 | Identifier of deployment stage |
Element ns:getGslAreasResponse
Type ns:DeployStageInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:description | xs:string | 0..1 | Description of deployment stage |
ns:id | xs:string | 0..1 | Identifier of deployment stage |
ns:name | xs:string | 0..1 | Name of deployment stage |
ns:owner | xs:string | 0..1 | Owner of deployment stage |
ns:projects | xs:string | 0..* | Name of projects |
ns:providerType | xs:string | 0..1 | Name of providers |
Element ns:getGslStagesResponse
Interface version number
Type xs:string
Element ns:getInterfaceVersionResponse
Type ns:PromotionAreaInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of promotion area |
ns:projectName | xs:string | 0..1 | Promotion area project name |
ns:name | xs:string | 0..1 | Name of promotion area |
ns:deploymentSite | xs:string | 0..1 | Name of promotion deployment site |
ns:level | xs:string | 0..1 | Promotion area level |
ns:providerName | xs:string | 0..1 | Name of provider |
Element ns:getPromotionAreasResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of project |
ns:name | xs:string | 0..1 | Name of project |
ns:description | xs:string | 0..1 | Description of project |
ns:owner | xs:string | 0..1 | Owner of project |
ns:status | xs:string | 0..1 | Status of project |
ns:type | xs:string | 0..1 | Type of project |
ns:relatedPackageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:providerName | xs:string | 0..1 | Name of provider |
Type ns:DeployUnitInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of deployment unit |
ns:name | xs:string | 0..1 | Name of deployment unit |
ns:description | xs:string | 0..1 | Description of deployment unit |
ns:status | xs:string | 0..1 | Status of deployment unit |
ns:type | xs:string | 0..1 | Type of deployment unit |
ns:projectName | xs:string | 0..1 | Name of deployment unit project |
ns:providerName | xs:string | 0..1 | Name of provider |
ns:relatedDeployTask | xs:string | 0..1 | Identifier of related deployment task |
ns:relatedPackageId | xs:string | 0..1 | Identifier of related release package |
ns:relatedProjectId | xs:string | 0..1 | Identifier of related project |
ns:relatedDeployTaskId | xs:string | 0..1 | Identifier of related deployment task |
ns:integrationTestStartDate | xs:string | 0..1 | Identifier of integration test start date |
ns:integrationTestEndDate | xs:string | 0..1 | Identifier of integration test end date |
ns:uatStartDate | xs:string | 0..1 | Identifier of uat test start date |
ns:uatEndDate | xs:string | 0..1 | Identifier of uat end date |
ns:prodDeploymentStartDate | xs:string | 0..1 | Identifier of production deployment start date |
ns:prodDeploymentEndDate | xs:string | 0..1 | Identifier of production deployment end date |
Element ns:getRelatedDeployUnitsResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of project |
ns:name | xs:string | 0..1 | Name of project |
ns:description | xs:string | 0..1 | Description of project |
ns:owner | xs:string | 0..1 | Owner of project |
ns:status | xs:string | 0..1 | Status of project |
ns:type | xs:string | 0..1 | Type of project |
ns:relatedPackageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:providerName | xs:string | 0..1 | Name of provider |
Type ns:DeployUnitInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of deployment unit |
ns:name | xs:string | 0..1 | Name of deployment unit |
ns:description | xs:string | 0..1 | Description of deployment unit |
ns:status | xs:string | 0..1 | Status of deployment unit |
ns:type | xs:string | 0..1 | Type of deployment unit |
ns:projectName | xs:string | 0..1 | Name of deployment unit project |
ns:providerName | xs:string | 0..1 | Name of provider |
ns:relatedDeployTask | xs:string | 0..1 | Identifier of related deployment task |
ns:relatedPackageId | xs:string | 0..1 | Identifier of related release package |
ns:relatedProjectId | xs:string | 0..1 | Identifier of related project |
ns:relatedDeployTaskId | xs:string | 0..1 | Identifier of related deployment task |
ns:integrationTestStartDate | xs:string | 0..1 | Identifier of integration test start date |
ns:integrationTestEndDate | xs:string | 0..1 | Identifier of integration test end date |
ns:uatStartDate | xs:string | 0..1 | Identifier of uat test start date |
ns:uatEndDate | xs:string | 0..1 | Identifier of uat end date |
ns:prodDeploymentStartDate | xs:string | 0..1 | Identifier of production deployment start date |
ns:prodDeploymentEndDate | xs:string | 0..1 | Identifier of production deployment end date |
Element ns:relateDeployUnitsResponse
Type ns:ProjectInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of project |
ns:name | xs:string | 0..1 | Name of project |
ns:description | xs:string | 0..1 | Description of project |
ns:owner | xs:string | 0..1 | Owner of project |
ns:status | xs:string | 0..1 | Status of project |
ns:type | xs:string | 0..1 | Type of project |
ns:relatedPackageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:providerName | xs:string | 0..1 | Name of provider |
Type ns:DeployUnitInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:id | xs:string | 0..1 | Identifier of deployment unit |
ns:name | xs:string | 0..1 | Name of deployment unit |
ns:description | xs:string | 0..1 | Description of deployment unit |
ns:status | xs:string | 0..1 | Status of deployment unit |
ns:type | xs:string | 0..1 | Type of deployment unit |
ns:projectName | xs:string | 0..1 | Name of deployment unit project |
ns:providerName | xs:string | 0..1 | Name of provider |
ns:relatedDeployTask | xs:string | 0..1 | Identifier of related deployment task |
ns:relatedPackageId | xs:string | 0..1 | Identifier of related release package |
ns:relatedProjectId | xs:string | 0..1 | Identifier of related project |
ns:relatedDeployTaskId | xs:string | 0..1 | Identifier of related deployment task |
ns:integrationTestStartDate | xs:string | 0..1 | Identifier of integration test start date |
ns:integrationTestEndDate | xs:string | 0..1 | Identifier of integration test end date |
ns:uatStartDate | xs:string | 0..1 | Identifier of uat test start date |
ns:uatEndDate | xs:string | 0..1 | Identifier of uat end date |
ns:prodDeploymentStartDate | xs:string | 0..1 | Identifier of production deployment start date |
ns:prodDeploymentEndDate | xs:string | 0..1 | Identifier of production deployment end date |
Element ns:unRelateDeployUnitsResponse
Identifier of deployment stage
Type xs:string
Complex Type ns:DeployAreaInfo
Name of deployment stage
Type xs:string
Element ns:getDeploymentArea
Status of deployment unit
Type xs:string
Complex Type ns:DeployUnitInfo
Type of deployment unit
Type xs:string
Complex Type ns:DeployUnitInfo
Identifier of uat end date
Type xs:string
Complex Type ns:DeployUnitInfo
Identifier of uat test start date
Type xs:string
Complex Type ns:DeployUnitInfo
Identifiers of deploy units separated by commas
Type xs:string
Element ns:getDeploymentArea
Identifiers of deploy units separated by commas - used for filtering available stages
Type xs:string
Element ns:getDeploymentStages
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Run service in design mode. Returns dummy data for use in SBM Composer. |
ns:auth | ns:AuthInfo | 0..1 | Authentication information |
ns:packageId | xs:string | 0..1 | Item identifier of release package (in form of table_id:record_id, for example 1001:11) |
ns:projectIds | xs:string | 0..1 | Identifiers of projects that should be unrelated from specified package |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ProjectInfo | 0..* | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | |
ns:auth | ns:AuthInfo | 0..1 | |
ns:packageId | xs:string | 0..1 | |
ns:deployUnitIds | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:DeployUnitInfo | 0..* | |
Name of authenticating user
Type xs:string
Complex Type ns:AuthInfo
Serena Release Manager Deployment Automation Service
SOAP
Document
Name | Description |
---|---|
getApplications | Returns Nolio application list |
getBuildVersion | Returns build version for Deployment Automation web service |
getEnvironments | Returns Nolio environment list |
getInterfaceVersion | Returns interface version for Deployment Automation web service |
getJobStatus | Returns current job status |
getParameters | Returns Nolio parameters |
getProcessChildren | Returns Nolio process children list |
getProcesses | Returns Nolio process list |
getServers | Returns Nolio server list |
startProcessExecution | Start process execution on Nolio server |
Returns Nolio application list
urn:getApplications
Document
The input of this method is the document element ns:getApplications having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
The output of this method is the document element ns:getApplicationsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of application |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns build version for Deployment Automation web service
urn:getBuildVersion
Document
The output of this method is the document element ns:getBuildVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Service build version |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns Nolio environment list
urn:getEnvironments
Document
The input of this method is the document element ns:getEnvironments having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
The output of this method is the document element ns:getEnvironmentsResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of environment |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns interface version for Deployment Automation web service
urn:getInterfaceVersion
Document
The output of this method is the document element ns:getInterfaceVersionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Service interface version |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns current job status
urn:getJobStatus
Document
The input of this method is the document element ns:getJobStatus having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:jobId | xs:long | 0..1 | Job ID |
The output of this method is the document element ns:getJobStatusResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:JobStatus | 0..1 | Job status |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns Nolio parameters
urn:getParameters
Document
The input of this method is the document element ns:getParameters having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
ns:process | xs:string | 0..1 | Nolio process name |
The output of this method is the document element ns:getParametersResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of parameter |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns Nolio process children list
urn:getProcessChildren
Document
The input of this method is the document element ns:getProcessChildren having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
ns:process | xs:string | 0..1 | Nolio process name |
The output of this method is the document element ns:getProcessChildrenResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of child process |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns Nolio process list
urn:getProcesses
Document
The input of this method is the document element ns:getProcesses having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
The output of this method is the document element ns:getProcessesResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of process |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Returns Nolio server list
urn:getServers
Document
The input of this method is the document element ns:getServers having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
The output of this method is the document element ns:getServersResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ServerInfo | 0..* | |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Start process execution on Nolio server
urn:startProcessExecution
Document
The input of this method is the document element ns:startProcessExecution having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authorization information |
ns:processInfo | ns:ProcessInfo | 0..1 | |
ns:sbmItemInfo | ns:SbmItemInfo | 0..1 | |
The output of this method is the document element ns:startProcessExecutionResponse having the structure defined by the following table.
Element | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:long | 0..1 | Process execution job ID |
Name | Content | Description |
---|---|---|
DeploymentAutomationServiceFaultMessage | ns:DeploymentAutomationServiceFaultMessage |
Name | Description |
---|---|
ns:ArrayOfString | |
ns:AuthInfo | |
ns:Entry | |
ns:JobStatus | |
ns:ProcessInfo | |
ns:SbmItemInfo | |
ns:ServerInfo | |
ns:string2stringMap |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:string | xs:string | 0..* | |
Element ns:servers [type ProcessInfo]
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:authInfo [element getServers]
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:key | xs:string | 0..1 | |
ns:value | xs:string | 0..1 | |
Element ns:entry [type string2stringMap]
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:currentProgress | xs:double | 0..1 | Current progress in % |
ns:currentStep | xs:string | 0..1 | Current step |
ns:status | xs:string | 0..1 | Job status |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:applicationName | xs:string | 0..1 | Application name |
ns:environmentName | xs:string | 0..1 | Environment name |
ns:parameters | ns:string2stringMap | 0..1 | Parameters |
ns:processName | xs:string | 0..1 | Process name |
ns:servers | ns:ArrayOfString | 0..1 | Nolio servers |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:sbmItemInstanceId | xs:string | 0..1 | |
ns:sbmItemObjectType | xs:string | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:name | xs:string | 0..1 | Name of server |
ns:type | xs:string | 0..1 | Type of server |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:entry | ns:Entry | 0..* | |
Element ns:parameters [type ProcessInfo]
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:getApplications
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:getEnvironments
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:getJobStatus
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:getParameters
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:getProcessChildren
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:getProcesses
Authentication information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:getServers
Authorization information
Type ns:AuthInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:username | xs:string | 0..1 | User name |
ns:password | xs:string | 0..1 | Password |
Element ns:startProcessExecution
error message
Type xs:string
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:DeploymentAutomationServiceFaultMessage | xs:string | 0..1 | error message |
Enable design mode if set to true.
Type xs:boolean
Element ns:getApplications
Enable design mode if set to true.
Type xs:boolean
Element ns:getEnvironments
Enable design mode if set to true.
Type xs:boolean
Element ns:getParameters
Enable design mode if set to true.
Type xs:boolean
Element ns:getProcessChildren
Enable design mode if set to true.
Type xs:boolean
Element ns:getProcesses
Enable design mode if set to true.
Type xs:boolean
Element ns:getServers
Type ns:Entry
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:key | xs:string | 0..1 | |
ns:value | xs:string | 0..1 | |
Complex Type ns:string2stringMap
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of application |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Service build version |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of environment |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..1 | Service interface version |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:jobId | xs:long | 0..1 | Job ID |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:JobStatus | 0..1 | Job status |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
ns:process | xs:string | 0..1 | Nolio process name |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of parameter |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
ns:process | xs:string | 0..1 | Nolio process name |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of child process |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:string | 0..* | Name of process |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:designMode | xs:boolean | 0..1 | Enable design mode if set to true. |
ns:authInfo | ns:AuthInfo | 0..1 | Authentication information |
ns:application | xs:string | 0..1 | Application name |
ns:environment | xs:string | 0..1 | Environment name |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | ns:ServerInfo | 0..* | |
Parameters
Type ns:string2stringMap
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:entry | ns:Entry | 0..* | |
Complex Type ns:ProcessInfo
Nolio process name
Type xs:string
Element ns:getProcessChildren
Type ns:ProcessInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:applicationName | xs:string | 0..1 | Application name |
ns:environmentName | xs:string | 0..1 | Environment name |
ns:parameters | ns:string2stringMap | 0..1 | Parameters |
ns:processName | xs:string | 0..1 | Process name |
ns:servers | ns:ArrayOfString | 0..1 | Nolio servers |
Element ns:startProcessExecution
Name of application
Type xs:string
Element ns:getApplicationsResponse
Service build version
Type xs:string
Element ns:getBuildVersionResponse
Name of environment
Type xs:string
Element ns:getEnvironmentsResponse
Service interface version
Type xs:string
Element ns:getInterfaceVersionResponse
Job status
Type ns:JobStatus
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:currentProgress | xs:double | 0..1 | Current progress in % |
ns:currentStep | xs:string | 0..1 | Current step |
ns:status | xs:string | 0..1 | Job status |
Element ns:getJobStatusResponse
Name of parameter
Type xs:string
Element ns:getParametersResponse
Name of child process
Type xs:string
Element ns:getProcessChildrenResponse
Type ns:ServerInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:name | xs:string | 0..1 | Name of server |
ns:type | xs:string | 0..1 | Type of server |
Element ns:getServersResponse
Process execution job ID
Type xs:long
Element ns:startProcessExecutionResponse
Type ns:SbmItemInfo
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:sbmItemInstanceId | xs:string | 0..1 | |
ns:sbmItemObjectType | xs:string | 0..1 | |
Element ns:startProcessExecution
Nolio servers
Type ns:ArrayOfString
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:string | xs:string | 0..* | |
Complex Type ns:ProcessInfo
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:authInfo | ns:AuthInfo | 0..1 | Authorization information |
ns:processInfo | ns:ProcessInfo | 0..1 | |
ns:sbmItemInfo | ns:SbmItemInfo | 0..1 | |
Restricting xs:anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
1..1 | |||
ns:return | xs:long | 0..1 | Process execution job ID |