Skip to main content
Pulumi logo Pulumi logo
  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 — Update
      preview — Preview
      destroy — Destroy
      refresh — Refresh
      detect-drift — DetectDrift
      remediate-drift — RemediateDrift
    • status enum required
      Status is the current status of the workflow runID.
      Values:
      not-started — NotStarted
      JobStatusNotStarted indicates that a job has not yet started.
      accepted — Accepted
      JobStatusAccepted indicates that a job has been accepted for execution, but is not yet running.
      running — Running
      JobStatusRunning indicates that a job is running.
      failed — Failed
      JobStatusFailed indicates that a job has failed.
      succeeded — Succeeded
      JobStatusSucceeded indicates that a job has succeeded.
      skipped — Skipped
      JobStatusSkipped indicates that a job has skipped as there are fresher deployments to execute in the queue.
    • 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

      The infrastructure as code platform for any cloud.