Brandon Nicoll

Querying Release Progression from the Octopus Deploy API

I built a tool this week that required retrieving release progression information from the Octopus Deploy API. While this information is exposed through the API, as of this writing, the API documentation is lacking for this functionality, and the Octopus.Client library doesn’t provide an out-of-the-box way to query progressions. “Paste JSON as Classes” (aka Cheating) In order to get some objects to deserialize the Octopus JSON reponse into, first I queried my Octopus Server for a past release’s progression. Read more →