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

<rpc-reply>

Usage

rpc-reply tag (JUNOScript)xmlns:junos attribute (JUNOScript)rpc-reply tag
<junoscript>
<rpc-reply xmlns:junos="namespace-URL">
        <!- - tag elements in a reply from the JUNOScript server - ->
</rpc-reply>
</junoscript>

Description

Enclose all tag elements in a reply from the JUNOScript 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 in their names. 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 software, such as 9.4R1 for the initial version of JUNOS Release 9.4.

Usage Guidelines

See Parsing the JUNOScript Server Response.

Related Topics

<junoscript>, <output> in the JUNOS XML API Operational Reference, <rpc>


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