[Contents] [Prev] [Next] [Index] [Report an Error]

<load-configuration-results>

Usage

load-configuration-results tag (JUNOScript)load-error-count tag (JUNOScript)load-success tag (JUNOScript)
<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 JUNOScript server.

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

Usage Guidelines

See Changing Configuration Information.

Related Topics

<load-configuration>, <rpc-reply>


[Contents] [Prev] [Next] [Index] [Report an Error]