Lifecycles
List all the lifecycles in the supplied Octopus Deploy Space.
get/lifecycles/all
Response
All of the lifecycles in the supplied Octopus Deploy Space.
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.