Path Search function
Summarize
Summary of Path Search function
The Path Search function in the Telecommunications Network Inventory application allows users to compute potential paths between starting and ending network sites. It is particularly useful for designing and assigning network inventory. If a direct path is not found, the function can create a logical connection without adding connection elements.
Show less
Key Features
- Path Computation: Identify possible paths between network sites using start and end interfaces.
- Automatic Interface Selection: If the end interface is not specified, the function selects an available interface automatically.
- Flow Designer Integration: This function can be utilized as an action within the Flow Designer for streamlined inventory operations.
- Input Fields: Essential fields include Start Site, End Site, Start Equipment, End Equipment, and Bandwidth, among others. Some fields are mandatory, while others are optional.
- Fail Action: Users can select how to handle failures, with a default option to create a logical connection without path elements.
Key Outcomes
By utilizing the Path Search function, ServiceNow customers can efficiently compute network paths, automate logical connection creation, and streamline their inventory management processes. This functionality enhances operational efficiency and supports effective network planning. The output includes the sysid of the logical connection record, which aids in tracking and managing connections.
The Path Search function enables you to execute the path computation function between the starting and ending sites in the Telecommunications Network Inventory application. You can use this function for the path computation when you process the network inventory design and assign.
You can use the Path Search function to identify the possible paths between your network sites.
If no path is found, the Path Search function uses the available input to create a logical connection without adding any connection elements. If you don’t enter the end equipment, it selects any equipment that matches the Type attribute that belongs to the end site. The function uses the start and end interfaces in the input to set the Port A and Port Z of the logical connections. Otherwise, it selects any interface in the Availability field, which is marked as Available.
You can use this function as a Flow Designer action in the Telecommunications Network Inventory workflow.
Roles and availability
Users with the admin role can add an action to a flow and define the configuration details of the flow. This function is available as a Flow Designer action 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 Path Search function and their description.
| Name | Description | Data Type | Mandatory? |
|---|---|---|---|
| Start Site | sys_id of the starting network site where this connection is configured. | String | Yes |
| End Site | sys_id of the ending network site where this connection is configured. | String | Yes |
| Start Equipment | sys_id of the starting network equipment where this connection is configured. | String | Yes |
| End Equipment | sys_id of the ending network equipment where this connection is configured. | String | No |
| Start Interface | sys_id of the starting network interface where this connection is configured. Note: If
this field is left empty, it automatically selects the interface by using the path
computation to create a logical connection. |
String | No |
| End Interface | sys_id of the ending network interface where this connection is configured. Note: If
this field is left empty, it automatically selects the interface by using the path
computation to create a logical connection. |
String | No |
| End Equipment Type | sys_id of the ending network equipment type where this connection is configured. | String | Yes |
| Logical Connection Model | sys_id of the logical connection model where this connection is configured. | String | Yes |
| Bandwidth | sys_id of the bandwidth of the connection. | String | Yes |
| Allowed Logical Connection Model | sys_id of the supported models for the logical connection. Click the add icon ( |
Array.String | No |
| Allowed Physical Connection Model | sys_id of the supported models for the physical connection. Click the add icon ( |
Array.String | No |
| Fail Action | Option to select the action when the function fails. You can select an action from the list. By default, the Create logical connection without path elements is selected. | Choice | 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 function's output.
| Name | Description | Data Type |
|---|---|---|
| Connection id | Returns the sys_id of the logical connection record. | String |