<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"> <onieversion/> </update> </show> </data> </action> </rpc>]]>]]> <?xml version="1.0" encoding="UTF-8"?><?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" message-id="1"> <data> <show xmlns='urn:brocade.com:mgmt:brocade-common-def'> <update xmlns='urn:brocade.com:mgmt:brocade-firmware'> <onieversion> <onie-ver>ONIE Version="2020.05.00.07"</onie-ver> </onieversion> </update> </show> </data> </rpc-reply>]]>]]>