Logical Connection Creation subflow
The Logical Connection enables you to create a logical connection record in the Telecommunications Network Inventory application based on the input that you receive when you instantiate an inventory.
Overview
You can use the Logical Connection subflow to create a logical connection on your network interface cards.
This subflow also creates the connection elements and associates them to the logical connection.
If you enter a network interface, equipment, physical connection, logical connection, or managed function as a connection element, the Logical Connection Creation subflow creates the corresponding connection element.
Roles and availability
Users with the admin role can add a subflow to a flow and define the configuration details of the flow. This Flow Designer subflow is available in the Telecommunications Network Inventory application so that you can perform inventory-related data operations.
Input fields
The following table lists the input fields in the Logical Connection Creation subflow and their descriptions.
| Field Name | Description | Data Type | Mandatory? |
|---|---|---|---|
| Interface A | Starting network interface where this logical connection is configured. | Reference.Network Interface | Yes |
| Interface Z | Ending network interface where this logical connection is configured. | Reference.Network Interface | Yes |
| Bandwidth | Bandwidth of the logical connection. | Reference.Bandwidth | Yes |
| Connection Type | Type of connection. This field information updates the product model that is associated with the physical connection. | Reference.Logical Connection Model | Yes |
| CI Relationship | Type of configuration item (CI) relationship. By default, the Physical Connection Creation subflow sets a CI relationship to Terminated::Terminated by. | Reference.CI Relationship Type | Yes |
| Connection elements | Connection elements that are added for the logical connections. Select the add icon ( |
Array.String | No |
To learn more about the variable data types, see Flow Designer input and output data variables.
Output
The following table lists the information about the subflow's output.
| Name | Description | Data Type |
|---|---|---|
| Logical Connection | Returns a glide record of the logical connection. | Record |
| CI Relationship with Interface A | Returns the CI relationship with a starting network interface. | Reference.CI Relationship |
| CI Relationship with Interface Z | Returns the CI relationship with an ending network interface. | Reference.CI Relationship |