Add an App to a Blueprint
Description: Add an app to an existing blueprint.
Signature: add_app(topology_name, topology_app)
Parameters:
Name |
Direction |
Required |
Description |
---|---|---|---|
|
In |
Yes |
The name of the blueprint |
|
In |
Yes |
Python object (TopologyApp) that defines the properties of the desired App to add Notes:
|
Sample:
packageEditor.add_app('TestTopology', topologyAppPythonObject)