<rpc-reply>
Usage
<junoscript><rpc-reply xmlns:junos="namespace-URL"><!--all tag elements generated by the JUNOScript server--></rpc-reply></junoscript>Description
Enclose all tag elements generated by the JUNOScript server. The immediate child tag element is usually one of the following:
- The specific tag element used to enclose data generated by the module in response to a client application's request.
- The
<output>tag element, if the JUNOScript API does not define a specific tag element for the type of information in the response.Attributes
xmlns:junos—Names the XML namespace for the JUNOScript tag elements enclosed by the<rpc-reply>tag element that have thejunos:prefix on their names. The value is a URL of the formhttp://xml.juniper.net/junos/release-code/junos, whererelease-codeis the standard string that represents a release of the JUNOS Internet software, such as5.3R1for the initial release of version 5.3.See Also