Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-1236

No implementation of subscribe-device-notification available

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • 7.0.2
    • 7.0.0, 7.0.1
    • restconf-nb

      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.

       

            yaroslav.lastivka Yaroslav Lastivka
            ivanhrasko Ivan Hrasko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: