DeployApi - interface

Export

DeployApi

Hierarchy

  • DeployApiInterface

Implemented by

Methods

  • Modify an App's deployment configuration to customize how the App deploys changes.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Configure Deployment

    Throws

    Memberof

    DeployApiInterface

  • Start a new deployment migration.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Create a Deployment Migration

    Throws

    Memberof

    DeployApiInterface

  • Deploy the specified application deployment draft.

    Parameters

    Returns AxiosPromise<Deployment>

    Summary

    Deploy a deployment draft

    Throws

    Memberof

    DeployApiInterface

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

    Parameters

    Returns AxiosPromise<Diff>

    Summary

    Diff a draft with the current deployment

    Throws

    Memberof

    DeployApiInterface

  • Discard the specified application deployment draft.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Discard the specified deployment draft

    Throws

    Memberof

    DeployApiInterface

  • Get information about a recent deployment of the application.

    Parameters

    Returns AxiosPromise<Deployment>

    Summary

    Get a deployment

    Throws

    Memberof

    DeployApiInterface

  • 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 AxiosPromise<any>

    Summary

    List all available Atlas App cloud regions

    Throws

    Memberof

    DeployApiInterface

  • Return the 25 most recent application deployments.

    Parameters

    Returns AxiosPromise<any>

    Summary

    List recent deployments

    Throws

    Memberof

    DeployApiInterface

  • Redeploy a previously-deployed version of an App.

    Parameters

    Returns AxiosPromise<void>

    Summary

    Redeploy a Deployment

    Throws

    Memberof

    DeployApiInterface

Generated using TypeDoc