ON THIS PAGE
<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:
The tag element used to enclose data generated by the Junos XML protocol server or a Junos OS module in response to a client application’s request.
The
<output>
tag element, if the Junos XML API does not define a specific tag element for the requested information.
Attributes
xmlns:junos |
Names the XML namespace for the Junos XML tag elements
enclosed by the |