Export

Deployment

Hierarchy

  • Deployment

Properties

_id?: any

The unique ID of the deployment.

Memberof

Deployment

app_id?: any

The unique _id value of the Atlas App Services App.

Memberof

Deployment

commit?: any

The commit hash of the deployment (Automatic GitHub Deployment)

Memberof

Deployment

deployed_at?: any

The time at which the deployment was made. Represented as the number of seconds since January 1, 1970.

Memberof

Deployment

diff_url?: any

A link to the diff of changes in the deployment

Memberof

Deployment

draft_id?: any

The unique _id value of the deployment draft associated with the deployment, if applicable.

Memberof

Deployment

name?: any

The name of the deployment. By default, this is the same value as _id.

Memberof

Deployment

origin?: any

The deployment method used to create the deployment.

Memberof

Deployment

remote_location?: DeploymentLocation

Memberof

Deployment

status?: any

A message that indicates whether or not the deployment was successful.

Memberof

Deployment

status_error_message?: any

The error message of the error that caused the deployment to fail, if applicable.

Memberof

Deployment

user_id?: any

The unique _id value of the MongoDB Cloud user that deployed the draft.

Memberof

Deployment

Generated using TypeDoc