Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceModify an App's deployment configuration to customize how the App deploys changes.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
deploymentConfig: DeploymentConfigOptional
options: anyOverride http request option.
Configure Deployment
Create a new application deployment draft, if none exists.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
Create a Deployment Draft
Start a new deployment migration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The deployment model and cloud provider region that the App should migrate to.
Optional
options: anyOverride http request option.
Create a Deployment Migration
Deploy the specified application deployment draft.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a draft.
Optional
adminDeployDraftRequest: AdminDeployDraftRequestOptional
options: anyOverride http request option.
Deploy a deployment draft
Return a diff between the currently deployed application and the specified draft.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a draft.
Optional
options: anyOverride http request option.
Diff a draft with the current deployment
Discard the specified application deployment draft.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a draft.
Optional
options: anyOverride http request option.
Discard the specified deployment draft
Get information about a recent deployment of the application.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The `_id` value of an application deployment.
Optional
options: anyOverride http request option.
Get a deployment
See information about how your App deploys changes.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
Get the Deployment Configuration
Get metadata and status for the current deployment migration, if one exists.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
Get a Deployment Migration
Return the current application deployment draft, if applicable.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
Get Current Deployment Draft
Return the 25 most recent application deployments.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: anyOverride http request option.
List recent deployments
Redeploy a previously-deployed version of an App.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The `_id` value of an application deployment.
Optional
options: anyOverride http request option.
Redeploy a Deployment
Generated using TypeDoc
DeployApi - factory interface