Lifecycles
Get a Lifecycle preview by Lifecycle id.
get/lifecycles/{id}/preview
Path parameters
idstring required
The id of the Lifecycle.
Response
Returns a Lifecycle preview
Example response
{
"Phases": [
{
"AutomaticDeploymentTargets": [
"Environments-1",
"..."
],
"OptionalDeploymentTargets": [
"Environments-1",
"..."
]
}
],
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.