HuiDingCATR
HuiDingCATR
The input parameters for getConnectionDetails are serviceIdOrName and connectionIdOrName, since Connection is a global class with universal unique ID, maybe only connectionIdOrName is enough.
Swagger should create two schema definitions for every YANG grouping (class): 1) state attributes that contains all attributes; 2) config attributes that includes only config=true;
1. Topology object class comprises instances of node and link, should it be just references so the operations can be more efficient. The same with ownedNodeEdgePoint in Node. > ```...
In current connectivityService.yang, _connectionEndPoint in Connection are array of instances. Maybe they should be references to make the operation of getConnectionDetails more efficient and the operation of getConnectionEndPointDetails makes sense.