DeployApi - object-oriented interface

Export

Hierarchy

Implements

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: Configuration

Methods

  • Return a diff between the currently deployed application and the specified draft.

    Parameters

    Returns Promise<AxiosResponse<Diff, any>>

    Summary

    Diff a draft with the current deployment

    Throws

    Memberof

    DeployApi

  • Discard the specified application deployment draft.

    Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Discard the specified deployment draft

    Throws

    Memberof

    DeployApi

  • Return a list of all supported cloud regions in which you can deploy an Atlas App.

    Parameters

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<any, any>>

    Summary

    List all available Atlas App cloud regions

    Throws

    Memberof

    DeployApi

  • Redeploy a previously-deployed version of an App.

    Parameters

    Returns Promise<AxiosResponse<void, any>>

    Summary

    Redeploy a Deployment

    Throws

    Memberof

    DeployApi

Generated using TypeDoc