Skip to main content
Version: Latest

Remove Abstract Resources or Templates from a Blueprint

Description: Remove an abstract resource / template from a specific blueprint.

Signature: remove_abstract_from_topology(topology_name, abstract_path)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
abstract_pathInYesThe name of the abstract resource, or the path from the resource to the sub resource name

Samples:

packageEditor.remove_abstract_from_topology('TestTopology','AbsChassis*/AbsPort*')