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

No implementation of subscribe-device-notification available

    XMLWordPrintable

Details

    • Bug
    • Status: Open
    • High
    • Resolution: Unresolved
    • None
    • None
    • restconf-nb

    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.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ivanhrasko Ivan Hrasko
            ivanhrasko Ivan Hrasko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: