Hi, I have been trying to use Navu under /scheduler:scheduler/scheduler:task to iterate on the names as part of a helper function that sets an action-param based on the current date-time. None of that really matters except for the part where the com.tailf.ncs.ns.<whatever, like Ncs, NcsState, and such) does not include the tailf-ncs-scheduler.yang. This means I can't initialize a base NavuContainer/NavuContext as I cant do something like:
NavuContainer schedroot = new NavuContainer(context).container(new Scheduler().hash());
I see in the NSO javadocs that the only exposed namespaces are: inet, Ncs, NcsAlarms, NcsNed, NcsSnmp, NetconfNcs, and Yang.
Is there another way to use Navu for this? I'm going to maapi to do it for now, but wanted to see if I have missed something.
Thanks in Advance,
Jim