ListDeploymentSnapshot
ListDeploymentResponse is the response from the API when listing Deployments.
Properties
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,preview,destroy,refresh,detect-drift,remediate-driftstatusenum requiredStatus is the current status of the workflow runID.Values:not-started,accepted,running,failed,succeeded,skipped- Updates
- ↳
idstring requiredUnique identifier for this update. - ↳
updateIDstring requiredIdentifier of the underlying Pulumi CLI update operation. - ↳
versioninteger requiredThe version number of the update. - ↳
startTimeinteger requiredThe Unix timestamp when the update started. - ↳
endTimeinteger requiredThe Unix timestamp when the update ended. - ↳
resultenum requiredThe result of the update operation.Values:not-started,in-progress,succeeded,failed - ↳
kindenum requiredThe kind of update operation.Values:update,preview,refresh,rename,destroy,import,Pupdate,Prefresh,Pdestroy,Pimport,Prename - ↳
messagestring requiredA message associated with the update. - ↳
environmentmap[string]string requiredThe environment variables associated with the update. versioninteger requiredVersion is the ordinal ID for the stack- The list of jobs in this deployment
- ↳
statusenum requiredThe current status of the deployment job.Values:not-started,accepted,running,failed,succeeded,skipped - ↳
startedstring optionalThe timestamp when the job started. - ↳
lastUpdatedstring optionalThe timestamp when the job was last updated. - The list of steps in the deployment job.
- RequestedBy contains the user information about the user who created the Deployment
- ↳
namestring requiredThe user’s display name. - ↳
githubLoginstring requiredThe user’s login name. - ↳
avatarUrlstring requiredThe URL of the user’s avatar image. - ↳
emailstring optionalIMPORTANT: The email address of the user is only included on a few admin-only APIs. For nearly all APIs that return a UserInfo object, this will not be provided. considered sensitive information. initiatorstring optionalInitiator is the initiation source of the deployment.- The agent pool used for this deployment, if any
- ↳
idstring requiredThe agent pool identifier - ↳
namestring requiredThe agent pool name
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.