Skip to main content
Version: Latest

Set a Visual Connector's Attributes

Description: Update the attribute value of the visual connector that has the specified alias.

Signature: set_visual_connector_attribute(topology_name, connector_alias, attribute_name, attribute_value)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
connector_aliasInYesSpecify the connector’s alias
attribute_nameInYesSpecify the attribute name that you want to add / update, only attributes that has the rule Link Configurations can be used as visual connector attributes
attribute_valueInYesSpecify the value to set on the attribute

Sample:

packageEditor.set_visual_connector_attribute('blueprint1','ABC','attr1','val1')