ON THIS PAGE
<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>
Description
Tag element returned by the NETCONF or Junos XML
protocol server in response to a <load-configuration>
request by a client application.
In a Junos XML protocol session, the <load-configuration-results>
element encloses either a <load-success/>
tag or a <load-error-count>
tag, which
indicates the success or failure of the load configuration operation.
In a NETCONF session, the <load-configuration-results>
element encloses either an <ok/>
tag
or a <load-error-count>
tag to indicate
the success or failure of the load configuration operation.
Contents
<load-error-count> |
Specifies the number of errors that occurred when the server attempted to load new data into the candidate configuration or open configuration database. The target configuration must be restored to a valid state before it is committed. |
<load-success/> |
Indicates that the server successfully loaded new data into the candidate configuration or open configuration database. |
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 devices running Junos OS that identify the URI http://xml.juniper.net/netconf/junos/1.0 in the capabilities exchange.