Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all, My team is working on a Web Server API to retrieve data about devices, services, modules from NSO. For this we are using Flask and the Python API (Maagic and Maapi modules). To start we are using a very simple module defined by this YANG: mod...
I just tried with load_schemas() and it does not seems to work for our case. From the function code it only does the load when _schemas_loaded is False. Checking the maapi object this variable is on True after doing:m = maapi.Maapi()So I changed it t...