1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. StackDeploymentsMetadataResponse

StackDeploymentsMetadataResponse

    Metadata related to all of a stack’s deployments. This is different from settings in that it applies to all deployments with the same ProgramID; it’s not configurable per deployment.

    Properties

    • paused boolean required
      Paused is true if new deployments for this stack right now would be paused. This could be due to a stack-level or org-level pause.
    • stackPaused boolean required
      StackPaused is true if deployments for this stack specifically are paused.
    • organizationPaused boolean required
      OrgPaused is true if all deployments are paused for the org.
    • hasSchedules boolean required
      HasSchedules is true if the stack has at least one schedule.
    • drift StackDriftStatus optional
      Drift contains the drift status of the stack and associated metadata
    • driftDetected boolean required
      Whether drift was detected in the latest run.
    • latestDriftRun string required
      The identifier of the latest drift detection run.
    • runInProgress boolean required
      Whether a drift detection run is currently in progress.