PlannerController0 Resource

This controller is responsible for planing the type of resources to be provisopned based on a TOSCA description.

POST /user/v0.0/switch/plan/planning

Security Roles Allowed
ADMIN, USER
Request Body
media type data type
text/xml anyType (XML)
Response Body
media type data type
text/xml result (XML)

Example

Request
POST /user/v0.0/switch/plan/planning
Content-Type: text/xml
Accept: text/xml

                
...
                
              
Response
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>