Deployment Tracking: API Request Archive

The Deployment API Requests screen (shown below), provides a history of all the deployment requests accepted by our API. The first step when troubleshooting deployment issues should be to go to this page and verify our API actually received a request. Once our API receives a request to complete the deployment and performs initial validation (returning an HTTP 202 response if successful), it …

Deployment Tracking: Manual Setup

Stackify now offers Deployment Tracking inside of Retrace.  Deployment Tracking is extremely valuable so you can see when deployments happened and how the affected your application’s performance.  There will be visual indicators on your timelines when these events took place and you can easily use them to drill down into metrics that will give you an exact idea of what …

Deployment Tracking: API Code Samples

The ClientWebAPI exposes command endpoints that can start, complete, or cancel a deployment request. A Deployment Request is applied to an app environment at the specified version. The app environment is identified by the string keys AppName and EnvironmentName. The deployment request Version is also an identifying string. When evaluating the current state of a deployment request, it will be located by these three strings. We do some basic validation to …

Deployment Tracking: Overview

Stackify now offers Deployment Tracking inside of Retrace.  Deployment Tracking is extremely valuable so you can see when deployments happened and how they affected your application’s performance.  There will be visual indicators on your timelines when these events took place and you can easily use them to drill down into metrics that will give you an exact idea of what …