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

ListDeploymentResponseV2

    Response containing a paginated list of deployment snapshots (v2).

    Properties

    • deployments array[ListDeploymentSnapshot] required
      The list of deployment snapshots
    • id string required
      Unique identifier for this deployment.
    • projectName string optional
      ProjectName is the name of the project.
    • created string required
      Created defines when the Deployment was created.
    • stackName string optional
      StackName is the name of the stack.
    • modified string required
      Created defines when the corresponding WorkflowRun was modified.
    • paused boolean optional
      Paused indicates whether or not deployments are paused for this program.
    • pulumiOperation enum required
      PulumiOperation is the operation that was performed.
      Values: update, preview, destroy, refresh, detect-drift, remediate-drift
    • status enum required
      Status is the current status of the workflow runID.
      Values: not-started, accepted, running, failed, succeeded, skipped
    • updates array[DeploymentNestedUpdate] required
      Updates
    • version integer required
      Version is the ordinal ID for the stack
    • jobs array[DeploymentJob] required
      The list of jobs in this deployment
    • requestedBy UserInfo required
      RequestedBy contains the user information about the user who created the Deployment
    • initiator string optional
      Initiator is the initiation source of the deployment.
    • agentPool ListDeploymentSnapshotAgentPool optional
      The agent pool used for this deployment, if any
    • itemsPerPage integer required
      The number of items per page
    • total integer required
      The total number of deployments