show-firmware-version

Retrieves the firmware version information.

Resource URIs

URI Description
<base_URI>/operations/show-firmware-version Retrieves the firmware version information.

Parameters

os-name
Displays the name of the Firmware version.
os-version
Displays the version of the Firmware.
copy-right-info
Displays the copyright information of the Firmware.
build-time
Displays the time information on the build of Firmware.
firmware-full-version
Displays the full version string of Firmware.
control-processor-vendor
Displays the information on the control processor.
control-processor-chipset
Displays the information on the control processor.
control-processor-memory
Displays the information on the control processor.
slot-no
Displays the slot number.
node-instance-no
Displays the instance number.
Node-type
Displays the node type.
Is-active-cp
Indicates whether the control processor is active or not.
application-name
Displays the name of the application.
primary-version
Indicates the primary version.
secondary-version
Indicates the secondary version.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/show-firmware-version

<show-firmware-version></show-firmware-version>
<output xmlns='urn:Extreme.com:mgmt:Extreme-firmware-ext'>
  <show-firmware-version>
    <os-name>SLX Operating System Software</os-name>
    <os-version>16r.1.00</os-version>
    <copy-right-info>Copyright (c) 2016 Extreme Communications Systems, Inc.</copy-right-info>
    <build-time>Sun Aug  7 12:29:51 2016
</build-time>
    <firmware-full-version>16r.1.00slxos_16r.1.00_patch_160807_0300</firmware-full-version>
    <control-processor-vendor></control-processor-vendor>
    <control-processor-chipset></control-processor-chipset>
    <control-processor-memory>7890 MB</control-processor-memory>
    <node-info>
      <slot-no>1</slot-no>
      <node-instance-no>0</node-instance-no>
      <node-type>type-mm</node-type>
      <is-active-cp>true</is-active-cp>
      <firmware-version-info>
        <application-name>NOS</application-name>
        <primary-version>16r.1.00slxos_16r.1.00_patch_160807_0300</primary-version>
        <secondary-version>16r.1.00slxos_16r.1.00_patch_160807_0300</secondary-version>
      </firmware-version-info>
    </node-info>
    <node-info>
      <slot-no>2</slot-no>
      <node-instance-no>0</node-instance-no>
      <node-type>type-mm</node-type>
      <firmware-version-info>
        <application-name>NOS</application-name>
        <primary-version>16r.1.00slxos_16r.1.00_patch_160807_0300</primary-version>
        <secondary-version>16r.1.00slxos_16r.1.00_patch_160807_0300</secondary-version>
      </firmware-version-info>
    </node-info>
    <node-info>
      <slot-no>3</slot-no>
      <node-instance-no>0</node-instance-no>
      <node-type>type-lc</node-type>
      <firmware-version-info>
        <application-name>NOS</application-name>
        <primary-version>16r.1.00slxos_16r.1.00_patch_160807_0300</primary-version>
        <secondary-version>16r.1.00slxos_16r.1.00_patch_160807_0300</secondary-version>
      </firmware-version-info>
    </node-info>
  </show-firmware-version>
</output>