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

OpenApi missing POST request to device root

    XMLWordPrintable

Details

    • Bug
    • Status: In Review
    • Medium
    • Resolution: Unresolved
    • None
    • 7.0.0
    • restconf-openapi

    Description

      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;
              }
          }
      } 

      Attachments

        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated: