269
Appendix
Appendix A Supported NETCONF operations
Table 30 lists the NETCONF operations available with Comware V7.
Table 30 NETCONF operations
O
eration Descri
tion XML exam
le
get
Retrieves device configuration
and state information.
To retrieve device configuration and state information
for the Syslog module:
<rpc message-id ="101"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0"
xmlns:xc="http://www.hp.com/netconf/base
:1.0">
<get>
<filter type="subtree">
<top
xmlns="http://www.hp.com/netconf/data:1.
0">
<Syslog>
</Syslog>
</top>
</filter>
</get>
</rpc>