ON THIS PAGE
<rpc-reply>
Usage
<rpc-reply xmlns="URN" xmlns:junos="URL">
<!-- tag elements in a reply from the NETCONF server-->
</rpc-reply>
]]>]]>
Description
Encloses all tag elements in a reply from the NETCONF server. The immediate child tag element is usually one of the following:
Junos XML response tag—Encloses the data that the client application requests using a Junos XML operational request tag. For example, the server returns the
<interface-information>tag in response to the<get-interface-information>request tag.<data>—Encloses the data that the client application requests using either the<get>or the<get-config>tag element.<ok/>—Confirms that the NETCONF server successfully performed an operation that changes the state or contents of the configuration (such as a lock, change, or commit operation)<output>—Encloses data for requests where the Junos XML API does not define a specific tag element for the requested operational information.<rpc-error>—Encloses errors or warnings.
Attributes
xmlns |
Name of the default XML namespace for the enclosed tag elements. |