Currently, CRUD service can only operate on a single object. Operations should allow user to act on multiple objects. For instance, current implementation doesn't facilitate a simple task such as reading the entire config from a device unless that config resides on a single YANG model. A dictionary with model name as key seems like a suitable structure.
Currently, CRUD service can only operate on a single object. Operations should allow user to act on multiple objects. For instance, current implementation doesn't facilitate a simple task such as reading the entire config from a device unless that config resides on a single YANG model. A dictionary with model name as key seems like a suitable structure.