Plan Data Type

This class represents a plan generated by the planner.

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

Example

{
  "name" : "...",
  "toscaID" : "...",
  "level" : 12345,
  "loweLevelPlanIDs" : [ "...", "..." ],
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "...",
  "owner" : "..."
}