ListDeploymentResponseV2
Response containing a paginated list of deployment snapshots (v2).
Properties
- The list of deployment snapshots
- ↳
idstring requiredUnique identifier for this deployment. - ↳
projectNamestring optionalProjectName is the name of the project. - ↳
createdstring requiredCreated defines when the Deployment was created. - ↳
stackNamestring optionalStackName is the name of the stack. - ↳
modifiedstring requiredCreated defines when the corresponding WorkflowRun was modified. - ↳
pausedboolean optionalPaused indicates whether or not deployments are paused for this program. - ↳
pulumiOperationenum requiredPulumiOperation is the operation that was performed.Values:update— Updatepreview— Previewdestroy— Destroyrefresh— Refreshdetect-drift— DetectDriftremediate-drift— RemediateDrift
- ↳
statusenum requiredStatus 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
- ↳
versioninteger requiredVersion is the ordinal ID for the stack - The list of jobs in this deployment
- RequestedBy contains the user information about the user who created the Deployment
- ↳
initiatorstring optionalInitiator is the initiation source of the deployment. - The agent pool used for this deployment, if any
itemsPerPageinteger requiredThe number of items per pagetotalinteger requiredThe total number of deployments