Skip to main content
Version: Latest

Remove Routes (by Endpoints)

Description: Remove an existing route from a specific blueprint.

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

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
sourceInYesThe name and path of the source resource (end point)
targetInYesThe name and path of the target resource (end point)
directionInYesSpecify the direction of the route: Uni, Bi

Sample:

packageEditor.remove_route_by_endpoints('blueprint1', 'Chassis1/Blade1/Port4','Chassis2/Blade1/Port1','Bi')