-
Type:
Suggestion
-
Resolution: Low Engagement
-
None
-
Component/s: Deployments, REST API
-
0
-
3
Problem definition
When going to
http://bamboo/deploy/viewDeploymentVersion.action?versionId={versionId}
Bamboo will display a list of results for that release, with the following information:
- Environment
- Status
- Deployment result
- Completed
- Trigger
Suggested solution
There is no REST call to retrieve this information. We need a call that retrieves this set of results, with at least this information.
Extra information also shown in the UI that could be useful to have:
- Deployment project.
- Release contents.
- Commits
Workaround
There are several different REST calls that, although they don't fit the scenario they also retrieve the same information:
http://bamboo/bamboo/rest/api/latest/deploy/version/{deploymentVersionId}/status
http://bamboo/rest/api/latest/deploy/project/{ProjectID}
http://bamboo/rest/api/latest/deploy/environment/{environmentId}/results