GetDeploymentResponse
GetDeploymentResponse is the response from the API when getting a single Deployment.
Properties
idstring requiredUnique identifier for this deployment.createdstring requiredCreated defines when the Deployment was created.modifiedstring requiredCreated defines when the corresponding WorkflowRun was modified.statusenum requiredStatus is the current status of the workflow runID.Values:not-started,accepted,running,failed,succeeded,skippedversioninteger requiredVersion is the ordinal ID for the stack- 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. - Jobs make up all the Jobs of the 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.
latestVersioninteger requiredLatestVersion is the most recent version number for deployments for the given programID- Configuration contains the environment variables and source information for a deployment
- The list of environment variables for the deployment.
- The source configuration for the deployment.
initiatorstring optionalInitiator is the initiation source of the deployment.pulumiOperationenum requiredPulumiOperation is the operation that was performed.Values:update,preview,destroy,refresh,detect-drift,remediate-drift
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.