Skip to main content

Used to generate manifest for the given application environment

POST 

/resources/app.appvia.io/v2beta1/workspaces/:workspace/applications/:name/prepare

Used to generate manifest for the given application environment

Request

Path Parameters

    workspace stringrequired

    Workspace to use

    name stringrequired

    Application to use

Body

required

    appEnv stringrequired

    AppEnv is the name of the application environment

    componentContainerImages

    object

    ComponentContainerImages is an optional list of images to be mapped to the named container

    property name*

    object

    property name* string

    componentContainerTags

    object

    ComponentContainerTags is an optional list of tags to be mapped to the named container

    property name*

    object

    property name* string

    componentImageTags

    object

    ImageTags is an optional set of image tag overrides for the components being deployed. If no image tag is specified here (and no entry is provided in Images), the default image from the component definition will be used.

    property name* string
    components string[]required

    Components is the names of the components that should be returns

    force boolean

    Force runs the patch with force to override conflicts

    imageTag string

    ImageTag to use for all components, unless overridden by an entry in Images or ImageTags

    images

    object

    Images is an optional set of image overrides for the components being deployed. If no image is specified here, the default image from the component definition will be used.

    property name* string
    remove boolean

    Remove causes the deployment to remove all resources from the manifest instead of deploying them.

Responses

Contains the manifests

Schema

    items

    undefined[]

    required

  • Array [

  • Data stringrequired
    Name stringrequired
  • ]

Loading...