cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

REST API for config push onto NSO device

Chitra
Cisco Employee
Cisco Employee

Hi! Is there a REST API to push configuration on to NSO device equivalent to NETCONF edit config?

For example create a interface by using below XMLin request body

           <config>

                   <interface xmlns="urn:ios">

                     <Loopback>

                       <name>1175</name>

                       <ip>

                         <address>

                           <primary>

                             <address>10.172.19.88</address>

                             <mask>255.255.255.255</mask>

                           </primary>

                         </address>

                       </ip>

                     </Loopback>

                   </interface>

                 </config>

Who Me Too'd this topic