I'm working on cisco ios XR device data. To find type of the entity, there is a attribute composite-class-code defined.
I'm getting information using Cisco-IOS-XR-invmgr-oper.yang using netconf.
<composite-class-code>655360</composite-class-code>, attribute has some integer values. How to check type of entity from this value?
Is there any other way to check type of entity?