Accessing Abstract YANG Data

The netconfd-pro server will automatically parse any abstract data created in any manner described in the previous section. YANG data definitions are represented internally with the obj_template_t data structure.

The server will create this data structure for abstract data, but the data will not be added to the server datastores in any way. No SIL or SIL-SA callbacks for abstract data are supported.

API functions such as 'obj_find_template_top' can be used to retrieve the object template for abstract data. Refer to the Find Top-Level Object section for details on this API function.

Once the object template is available, the API functions to access the child and descendant nodes can be used. Refer to the Find a Specific Child Node section for details on some of these API functions.