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 |
|---|---|---|---|
topology_name | In | Yes | The name of the blueprint |
topology_app | In | Yes | Python object (TopologyApp) that defines the properties of the desired App to add Notes
|
Sample:
packageEditor.add_app('TestTopology', topologyAppPythonObject)