Skip to main content
Version: Latest

Remove Visual Connectors (by Endpoints)

Description: Remove the visual connector from a specific blueprint.

Signature: remove_visual_connector_by_endpoints(topology_name, source, target, direction)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
sourceInYesThe name of the source
targetInYesThe name of the target
directionInYesSpecify the direction of the connector: Uni, Bi

Sample:

packageEditor.remove_visual_connector_by_endpoints('blueprint1', 'Chassis1/Blade1/Port4','Vlan Auto 2','Bi')