Details
-
Bug
-
Status: Open
-
High
-
Resolution: Unresolved
-
None
-
None
Description
When trying to follow https://docs.opendaylight.org/projects/netconf/en/latest/user-guide.html#receiving-netconf-device-notifications-on-a-http-client on current main branch we get:
{
"errors": {
"error": [
{
"error-tag": "operation-failed",
"error-message": "No implementation of RPC (urn:opendaylight:device:notification?revision=2022-11-06)subscribe-device-notification available",
"error-type": "rpc"
}
]
}
}
After invoking:
POST http://localhost:8181/rests/operations/odl-device-notification:subscribe-device-notification
with payload (please adapt for your device ID):
{
"input": {
"path":"/network-topology:network-topology/topology[topology-id='topology-netconf']/node[node-id='netopeer3']"
}
}
Fix this.