open-configuration tag (JUNOScript)<rpc>
<open-configuration>
<private/>
</open-configuration>
</rpc>
Create a private copy of the candidate configuration.
The client application can perform the same operations on the private copy as on the regular candidate configuration, including the commit operation. There are, however, restrictions on the commit operation. For details, see <challenge><end-session/>.
To discard the private copy without committing it, emit the empty <close-configuration/> tag. Changes to the private copy are also lost if the JUNOScript session ends for any reason before the changes are committed. It is not possible to save changes to a private copy other than by emitting the <commit-configuration/> tag.
See Creating a Private Copy of the Configuration.
<close-configuration/>, <commit-configuration>, <lock-configuration/>, <rpc>