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

Configuration Change Responses

Configuration change responses are responses to requests that change or commit routing platform configuration. For commit operations, the JUNOScript server encloses an explicit indicator of success or failure within the <commit-results> tag element:

<rpc-reply xmlns:junos="URL">
    <commit-results>
        <!- - tag elements for information about the commit - ->
    </commit-results>
</rpc-reply>

For other operations, the JUNOScript server indicates success by returning an opening <rpc-reply> and closing </rpc-reply> tag with nothing between them, instead of emitting an explicit success indicator:

<rpc-reply xmlns:junos="URL">
</rpc-reply>

For more information, see Changing Configuration Information and Committing a Configuration. For a summary of the available configuration tag elements, see the JUNOS XML API Configuration Reference.


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