get https://api.compose.io/2016-07/deployments//versions
Returns the possible version transitions for the provided deployment.
In this example, the MongoDB deployment is version 3.2.8, which is upgradable to 3.2.10. If multiple versions transitions were available for 3.2.8, they would also be listed.
Returned JSON
transitions object key | Description |
---|---|
application | The type of database described by the transition. |
method | The manner in which the transition is to be performed ("in_place", "restore"). |
from_version | The current version of the specified deployment. |
to_version | The possible upgrade target version for the specified deployment. |