Skip to main content
Version: Latest

Add Services to a Blueprint

Description: Add a service to a specific blueprint.

Signature: add_service_to_topology(topology_name, service_name, alias, position_x, position_y)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
resource_full_nameInYesThe name of the service that you want to add
aliasInYesSpecify an alias for the service
position_xInYesIndicate the x position in the diagram layout
position_yInYesIndicate the y position in the diagram layout

Samples:

packageEditor.add_service_to_topology('TestTopology','Service','ServiceC',500,500)