loads / loads-broker

Manages Loads agents
https://loads-broker.readthedocs.org/
Apache License 2.0
11 stars 3 forks source link

RESTful API for POSTing JSON Plan #74

Open bbangert opened 7 years ago

bbangert commented 7 years ago

The Plan posted should be of the same format as in #71.

The API should require a Project name. The Plan and posted JSON should support interpolation like in #71. It'd be useful to have a few valid interpolation globals like 'UUID' so that the POST can be run multiple times to create new Plan's.

The Plan should be verified and error on adding it if the containers can't be located.