...
- PUT - Installed a service template in ARIA storage based on PUT body and encoding.
- Body encoding based on content-type in request:
- json encoding:
{
- json encoding:
- Body encoding based on content-type in request:
"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.