<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

Enclose one of the two following tag elements, which indicate the status of a configuration loading operation performed by the Junos XML protocol server.

<load-error-count>—Specifies the number of errors that occurred when the Junos XML protocol 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 Junos XML protocol server successfully loaded new data into the candidate configuration.

Usage Guidelines

See Changing Configuration Information.

Related Topics