show-onie-version

Displays the current onie version for this SLX-OS device.

Usage

<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"?> 

Parameters

onieversion
Displays the onie version for this SLX-OS device.

Response

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>]]>]]>