planResponse Data Type

This class represents a plan generated by the planner.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
level int element 0/1 The level of the plan. Some provisioners use levels to represent a plan. In these cases there are two levels of TOSCA descriptions.
name string element 0/1 The name of the generated plan
toscaID string element 0/1 The id of the TOSCA PlaybookRepresentation description from which this plan was generated
Properties inherited from ownedObject
owner string element 0/1 The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call

Example

<p----->
  <name>planner_output_all.yml</name>
  <toscaID>58e3946e0fb4f562d84ba1ad</toscaID>
  <level>0</level>
  <owner>user1</owner>
</p----->