PlanResponse Data Type

Properties
name data type description
level number
toscaID string
name string
loweLevelPlanIDs array of string
Properties inherited from KeyValueHolder
keyValue map of object
Properties inherited from OwnedObject
id string
timestamp number
owner string

Example

{
  "level" : 0,
  "toscaID" : "58e3946e0fb4f562d84ba1ad",
  "name" : "planner_output_all.yml",
  "loweLevelPlanIDs" : [ "ew44Ae3946e0sdds4f562d84baA", "..." ],
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345,
  "owner" : "user1"
}