My approach when writing some application for reading configuration of device is as follows:I create root object of the hierarchy. (as en example from Cisco_IOS_XR_infra_syslog_cfg module I create Syslog() )put the object to crud.read method as a par...