{ int64 ReqId = 1; string cli = 2; } message ShowCmdTextReply { int64 ResReqId =1; string output = 2; string errors = 3; }message ActionJSONArgs { int64 ReqId = 1; string yangpathjson = 2; }message ActionJSONReply { int64 ResReqId ...