Skip to main content
Version: Latest

Edit an App in a Blueprint

Description: Edit an app to an existing blueprint.

Signature: edit_app(topology_name, app_name, topology_app)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
app_nameInYesThe name of the App to edit
topology_appInYesPython object (TopologyApp) that defines the properties of the desired App to edit

Sample:

packageEditor.edit_app('TestTopology', ‘MyApp1’, topologyAppPythonObject)