Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • How to Create multiple versions of an Application:

    --  REST API to create an application with a version-id:
    POST /v3/namespaces/<namespace-id>/apps/<app-id>/versions/<version-id>/create
    Body: "artifact": { "name": "WordCount", "version": "3.5.1", "scope": "user"}, "config": {"stream": "purchaseStream"}

          version-id : Needs to be composed only of alphanumeric, -, _ and . 

          Note: If a version-id is not specified during application creation, '-SNAPSHOT' is used as the application version