Versions Compared

Key

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

...

  • GET - Returns JSON formatted list of executions.
    • Returned structure:
         {
            {
               "execution_id": <execution_id>,
               "workflow_name": <name>,
               "service_template_name": <template name>,

                              "service_name": <service name>,

                              "status": <execution state>

                       }

                  }

/api/0.1/executions/<execution_id>

...

/api/0.1/templates/<template_id>/services/<service_name>

  • POST
  •  
  • OPTIONS
  • service_name 
  •  
  • template_id

...

  • POST  - Creates a service from the specified service template

...

  • id (positive integer)

/api/0.1/templates/<template_name>

  • PUT
  •  
  • OPTIONS
  • template_name

...

  • - Installed a service template in ARIA storage based on PUT body and encoding.
  •