<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"> <action xmlns="http://tail-f.com/ns/netconf/actions/1.0"> <data> <show xmlns="urn:brocade.com:mgmt:brocade-common-def"> <update xmlns="urn:brocade.com:mgmt:brocade-firmware"> <grubversion/> </update> </show> </data> </action></rpc>]]>]]> <?xml version="1.0" encoding="UTF-8"?>
The response received for this RPC call is
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" messageid="1"> <data> <showxmlns='urn:brocade.com:mgmt:brocade-common-def'> <update xmlns='urn:brocade.com:mgmt:brocade-firmware'> <grubversion> <grub-ver>grub_version="2.06" </grub-ver> </grubversion> </update> </show> </data> </rpc-reply>]]>]]>