Skip to main content
Version: Latest

Remove an Attribute from an Abstract Resource

Description: Remove an existing attribute from a specific abstract resource.

Signature: remove_attribute_from_abstract(topology_name, abstract_path, attribute_name)

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
attribute_nameInYesSpecify the name of the attribute that you want to remove

Samples:

packageEditor.add_attribute_to_abstract('Blueprint1','AbsChassis*','Version')