<load-configuration-results>
Usage
<rpc-reply xmlns:junos="URL">
<load-configuration-results>
<load-success/>
<load-error-count>errors</load-error-count>
</load-configuration-results>
</rpc-reply>
Release Information
This is a Junos XML management protocol operation. It is a Juniper Networks proprietary extension to NETCONF and is identified in the capabilities exchange by the URI http://xml.juniper.net/netconf/junos/1.0 . This operation is only supported in NETCONF sessions on Juniper Networks devices running the Junos OS.
Description
Enclose one of the two following tag elements, which indicate the status of a configuration loading operation performed by the NETCONF server.
<load-error-count> | — | Specifies the number of errors that occurred when the NETCONF server attempted to load new data into the candidate configuration. The candidate configuration must be restored to a valid state before it is committed. |
<load-success/> | — | Indicates that the NETCONF server successfully loaded new data into the candidate configuration. |