Code Monkey home page Code Monkey logo

Comments (4)

manradhaCisco avatar manradhaCisco commented on May 19, 2024

DELETE is and SHOULD only be applicable on leafs/leaf-list.
Not on containers or lists. For that one would use the DELETE service in CRUD

DELETE roughly corresponds to the no command , where you set the value of a leaf/leaf-list to it's default value (or erase the value completel)

The update operation SHOULD NOT be used to delete list items or presence containers .

The name DELETE might be a misnomer here . Where is this requirement coming from??

from ydk-gen.

psykokwak4 avatar psykokwak4 commented on May 19, 2024

Coming from a demo script. The user want to delete all items in a list, and try to assign a DELETE object for an instance of python class generated by list statement. Checked the use example in rfc 6241:

     <rpc message-id="101"
          xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
       <edit-config>
         <target>
           <running/>
         </target>
         <default-operation>none</default-operation>
         <config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
           <top xmlns="http://example.com/schema/1.2/config">
             <protocols>
               <ospf>
                 <area>
                   <name>0.0.0.0</name>
                   <interfaces>
                     <interface xc:operation="delete">
                       <name>192.0.2.4</name>
                     </interface>
                   </interfaces>
                 </area>
               </ospf>
             </protocols>
           </top>
         </config>
       </edit-co

thought this would be a reasonable use case. We might need to add documentation for DELETE object?

from ydk-gen.

einarnn avatar einarnn commented on May 19, 2024

I think Manu is correct that we shouldn't be doing a delete as part of an update. We discussed this extensively while refining the semantics of the CRUD service. If we want to combine update, create and delete in a single operation, then what we need to have is a "NETCONF Service".

from ydk-gen.

psykokwak4 avatar psykokwak4 commented on May 19, 2024

Great, then we will close this issue. And the user should use NETCONF service if the combination of create, delete and update is needed in a single operation.

from ydk-gen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.