Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • PUT - Installed a service template in ARIA storage based on PUT body and encoding.
    • Body encoding based on content-type in request:
      • json encoding:
        {
                   "template_path": <url to stored template or CSAR>,

                                      "template_filename":  <name of main template file (optional, default = service-template.yaml)

                               }

      • application/zip encoding:  assumes body is a binary CSAR blob.  If custom service template filename needed, pass in URL request args as ?service_template_filename=name.
      • text/plain: assumes the body is a single file template.