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


Usage

<!-- when returned by the JUNOScript server -->
<rpc-reply
xmlns:junos="URL">
    <output>response</output>
</rpc-reply>

<!-- when returned by the NETCONF server -->
<rpc-reply
xmlns="URN">
    <output>response</output>
</rpc-reply>
]]>]]>

Description

Contain a response to a client application request when the current version of the JUNOS XML API does not define a specific tag element for the response. The format of the contents is subject to change, so the client application must not rely on a particular format.

See Also

<rpc-reply> in the JUNOScript API Guide or NETCONF API Guide


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