STORDIS / orca_backend

ORCA Backend is a REST API server written using Django framework to access orca_nw_lib functionalities. It is a backend service that can be used by applications to interact with SONiC Network and devices.
https://stordis.github.io/
Apache License 2.0
2 stars 3 forks source link

SFP information. #69

Open kamalkrbh opened 3 weeks ago

kamalkrbh commented 3 weeks ago

ORCA backend should provide APIs to discover and get the SFP information. Respective path is /restconf/data/openconfig-platform:components/component=Ethernet16/openconfig-platform-transceiver:transceiver And command is - show interface transceiver Ethernet 16 There should be a new model and node in the neo4j , with a relation called "HAS" to the interface it is inserted into.