This controller is responsible for planing the type of resources to be provisopned based on a TOSCA description.
media type | data type |
---|---|
text/xml | anyType (XML) |
media type | data type |
---|---|
text/xml | result (XML) |
POST /user/v0.0/switch/plan/planning
Content-Type: text/xml
Accept: text/xml
...
HTTP/1.1 201 Looks Good
Content-Type: text/xml
<result>
<status>Success</status>
<info>INFO</info>
<file level="0" name="planner_output_all">...</file>
</result>