ON THIS PAGE
<commit-results>
Usage
<rpc-reply xmlns:junos="URL">
<!-- for the candidate configuration or ephemeral configuration -->
<commit-results>
<routing-engine>...</routing-engine>
</commit-results>
<!-- for a private copy -->
<commit-results>
<load-success/>
<routing-engine>...</routing-engine>
</commit-results>
<!-- for a private copy that does not include changes -->
<commit-results>
</commit-results>
</rpc-reply>Description
Tag element returned by the Junos XML protocol
server in response to a <commit-configuration> request by a client application. The <commit-results> element contains information about the requested commit operation
performed by the server on a particular Routing Engine.
Contents
<load-success/> |
Indicates that the Junos XML protocol server successfully merged changes from the private copy into a copy of the candidate configuration, before committing the combined candidate on the specified Routing Engine. |
The <routing-engine> tag element
is described separately.
Release Information
This is a Junos XML management protocol response tag. It is supported in Junos XML protocol sessions, and it is supported as a Juniper Networks proprietary extension in NETCONF sessions on Junos devices that identify the URI http://xml.juniper.net/netconf/junos/1.0 in the capabilities exchange.