RUGGEDCOM NETCONF
Reference Guide
Chapter 8
NETCONF XML Elements
]]>]]> 125
NETCONF XML Elements
This chapter details the individual XML elements that can be utilized when using NETCONF.
CONTENTS
• Section8.1, “]]>]]>”
• Section8.2, “<close-session/>”
• Section8.3, “<commit>”
• Section8.4, “<copy-config>”
• Section8.5, “<data>”
• Section8.6, “<discard-changes>”
• Section8.7, “<edit-config>”
• Section8.8, “<error-info>”
• Section8.9, “<get-config>”
• Section8.10, “<hello>”
• Section8.11, “<kill-session>”
• Section8.12, “<lock>”
• Section8.13, “<ok/>”
• Section8.14, “<rpc>”
• Section8.15, “<rpc-error>”
• Section8.16, “<rpc-reply>”
• Section8.17, “<target>”
• Section8.18, “<unlock>”
• Section8.19, “<validate>”
Section8.1
]]>]]>
Description: Indicates the end of an XML document. The ]]>]]> sequence must appear at the end of each XML document sent
by the client and server.
Example: Using ]]>]]> following an <rpc> element:
<rpc>
<close-session/>
</rpc>
]]>]]>