PlanResponse Data Type

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

Example

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