PlanResponse Data Type

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

Example

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