Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationAn Atlas Project/Group ID.
The application to create.
Optional
defaults: anyWhether or not to create a default application.
Optional
product: AdminCreateApplicationProductEnumThe App's product type. Apps use the `standard` product type by default. For most apps, you do not need to specify a `product` at all, or should specify `standard`. The `atlas` and `data-api` product types represent special, apps for Atlas Triggers and Atlas Data API that you can access through the Atlas UI.
Optional
options: AxiosRequestConfig<any>Override http request option.
Create a new app
AppsApi
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: AxiosRequestConfig<any>Override http request option.
Delete an app
AppsApi
Export an application as a zip file.
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
deployment: anyThe `_id` of a specific deployment to export. If not specified, export the latest deployment.
Optional
sourceControl: anyIf `true`, the exported directory is suitable for automatic deployment from GitHub or other source control. Cannot be used with the `template` query parameter.
Optional
template: anyIf `true`, the exported directory does not include any identifiers or other data that would tie the app to a specific deployment instance. Cannot be used with the `source_control` query parameter.
Optional
version: anyThe configuration file schema version to export. This value corresponds to `config_version` in `realm_config.json`.
Optional
options: AxiosRequestConfig<any>Override http request option.
Export an app as a zip file
AppsApi
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: AxiosRequestConfig<any>Override http request option.
Get an app
AppsApi
List all App Services Apps within an Atlas project/group.
An Atlas Project/Group ID.
Optional
product: AdminListApplicationsProductEnumOne or more specific App Services product types. If specified, this endpoint only returns Apps of the specified product type(s). Most apps use the `standard` product type, which this endpoint returns by default. The `atlas` and `data-api` product types represent special apps for Atlas Triggers and Atlas Data API that you can access through the Atlas UI. You can specify multiple product types as a comma-separated list: ``` /groups/{groupId}/apps?product=atlas,data-api ```
Optional
options: AxiosRequestConfig<any>Override http request option.
List all App Services Apps in an Atlas project/group
AppsApi
Generated using TypeDoc
AppsApi - object-oriented interface
Export