Skip to main content

List application deployment configurations

GET 

/applications/:applicationId/deployment-configs

List application deployment configurations

Request

Path Parameters

    applicationId stringrequired

    Possible values: non-empty

Query Parameters

    includePreview booleanrequired

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

application-deployment-configs-list 200 response

Schema

  • Array [

  • applicationId stringrequired


    The unique identifier of the application this configuration belongs to. Any deployment configuration is fully identified by the combination of application ID, application version and environment ID.

    applicationVersion stringrequired


    The application package version this configuration was created for.

    environmentId stringrequired


    The unique identifier of the environment this configuration belongs to.

    versionInterval

    object

    required


    The range of application package versions this configuration is currently applicable to. The intervals will adjust accordingly with the creation and deletion of configurations.

    startVersion stringrequired


    The lowest application package version this configuration is applicable to.

    endVersion stringrequired


    The highest application package version this configuration is currently applicable to. It might change with the creation and deletion of application packages and deployment configurations.

  • ]

Loading...