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

OpenApi missing POST request to device root

XMLWordPrintable

      The POST request to the device root at "rests/data/network-topology:network-topology/topology=topology-netconf/node=36001-sim-device/yang-ext:mount/" is currently only visible in a single model view.

      This request should be made visible for the full model view to demonstrate the possibility of creating this request. In certain scenarios, it is the only method to create specific resources using the POST request.

      For example for this mode:

      module test-leaf-list {
          namespace "http://example.com/test/leaf/list";
          prefix "tcc";
          revision 2023-09-28;
      
          container root-leaf-list-container {
              leaf-list leaf-list-with-min-elements {
                  min-elements 4;
                  type string;
              }
          }
      } 

            yaroslav.lastivka Yaroslav Lastivka
            PeterSuna Peter Suna
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: