Hi everyone, We're trying to retrieve the devices list and basic information via RESTCONF. We are looking to get the same information we get when we do "show devices list" and/or "show devices device platform" on the CLI. We attempted to use the...
view more
So if I have a set of southbound-locked devices in the CDB, how can I use them when testing service configuration? Currently, I get an error indicating: "Python cb_create error. item does not exist (1): N...
view more
GET http://127.0.0.1:8080/restconf/data/l2vpn-svc:;2vpm-svc/l2vpn-svc=poc01
I can see the operational data "modified" and "directly-modified" is shown in the output.
{
"l2vpn-svc:l2vpn-svc": [
{
"vpn-id": "poc01",
...
view more
HiDevtools have an xpath eval option where xpath expressions can be tested. Really useful, but where those expressions actually work? In XML templates? They seem to not work in YANG as leafrefs or tailf:default-ref. This is my situation:admin@ncs(con...
view more
Hi.We have a resource-manager on server A with bunch of id-pools and allocations. We are looking how to clone that into server B. For example, ncs_load fails:ncs_load: 642: maapi_load_config(sock, tid, flags, abspath(argv[0])) failed: external error (19):...
view more