Currently the information of the node and port is held under the attribute Link.nodes and it resembles the output of the API output, which doesn't show the name of the device or port.
Based on the create_link a method could be developed for a resolve method that generates attributes possibly like:
link.node_a
link.port_a
link.node_b
link.port_b
Currently the information of the node and port is held under the attribute
Link.nodesand it resembles the output of the API output, which doesn't show the name of the device or port.Based on the
create_linka method could be developed for a resolve method that generates attributes possibly like: