Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
5887
Description
When a RPC call was made to a NETCONF monted device we see the following error.
curl -u admin:admin -X POST -H "Accept: application/json" -H "Content-type: application/json" -d @vrouter.interface.rpc.netconf.json http://localhost:8181/restconf/operations/opendaylight-inventory:nodes/node/110-41R3/yang-ext:mount/vyatta-op-v1:interface | python -m json.tool
{
"errors": {
"error": [
]
}
}
The yang model in question is resolved properly and URLs can be seen in API doc explorer. We can make other calls on config and operational trees but not RPCs.