<rpc-reply>

Usage

<junoscript>
<rpc-reply xmlns:junos="namespace-URL">
        <!-- tag elements in a reply from the Junos XML protocol server -->
</rpc-reply>
</junoscript>

Description

Enclose all tag elements in a reply from the Junos XML protocol server. The immediate child tag element is usually one of the following:

xmlns:junos—Names the XML namespace for the Junos XML tag elements enclosed by the <rpc-reply> tag element that have the junos: prefix. The value is a URL of the form http://xml.juniper.net/junos/release-code/junos, where release-code is the standard string that represents a release of the Junos OS, such as 10.3R1 for the initial version of Junos OS Release 10.3.

Usage Guidelines

See Parsing the Junos XML Protocol Server Response.

Related Topics