Hi ,Can someone pls help to execute deactivate commands of configs using resconf similar to how we are performing in CLI .
admin@ncs(config)# deactivate devices device junos1 config configuration groups BASE-SYSTEM system commit synchronize ...
As mentioned above your assumption is correct I have sent you a sample of reactivation.
<devices xmlns="http://tail-f.com/ns/ncs">
<device >
<name>junos1</name>
<config>
<configuration xmlns="http://xml.juniper.net/xnm/1.1/xnm">
<groups>
<name >BASE...
Hi,Thanks for the prompt reply Jan .I have got a one way of doing that is using inactive and using content-type as +xml instead +json url = "http://X.X.X.X:Port/restconf/data/"
content-type = "application/yang-data+xml"
<devices xmlns="http://tail-f....