get-media-detail

Retrieves the media properties of all the interfaces.

Resource URIs

URI Description
<base_URI>/operations/get-media-detail Retrieves the media properties of all the interfaces.

Parameters

interface-type
Displays the interface type.
interface-name
Displays the interface name.
speed
Displays the interface speed.
connector
Displays the connector type.
encoding
Displays the type of encoding used to transmit the data on this interface.
vendor-name
Displays the vendor of the interface.
vendor-oui
Displays the vendor IEEE company ID.
vendor-pn
Displays the vendor part number.
vendor-rev
Displays the vendor revision level.
distance
Displays the SFP distance.
media-form-factor
Displays the media form factor.
wavelength
Displays the wavelength of pluggable media.
serial-no
Displays the serial number.
temperature
Displays the module temperature (degrees C).
date-code
Displays the vendor's manufactoring date code.
voltage
This indicates the supply voltage (Volts).
current
Displays the laser diode drive current (milliAmps).
tx-power
Displays the transmitted optical power (microWatts).
rx-power
Displays the received optical power (microWatts).

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-media-detail

<get-media-detail></get-media-detail>
<output  xmlns='urn:brocade.com:mgmt:brocade-interface-ext'>
       <interface>
	<interface-type>ethernet</interface-type>
	<interface-name>0/1</interface-name>
	<sfp>
	<speed>10Gbps</speed>
	<connector>lc</connector>
	<encoding>6</encoding>
	<vendor-name>BROCADE </vendor-name>
	<vendor-oui>00:05:1e</vendor-oui>
	<vendor-pn>57-0000075-01 </vendor-pn>
	<vendor-rev>A </vendor-rev>
	<distance>unknown</distance>
	<media-form-factor>unknown</media-form-factor>
	<wavelength>850</wavelength>
	<serial-no>AAF210480000D1E </serial-no>
	<date-code>101124 </date-code>
	<temperature>29</temperature>
	<voltage>3299.0</voltage>
	<current>7.678</current>
	<tx-power>607.0</tx-power>
	<rx-power>589.2</rx-power>
	</sfp>
  </interface>
  <interface>
    <interface-type>ethernet</interface-type>
    <interface-name>0/2</interface-name>
    <sfp>
      <speed>10Gbps</speed>
      <connector>lc</connector>
      <encoding>unknown</encoding>
      <vendor-name>BROCADE         </vendor-name>
      <vendor-oui>00:05:1e</vendor-oui>
      <vendor-pn>57-0000075-01   </vendor-pn>
      <vendor-rev>A   </vendor-rev>
      <distance>unknown</distance>
      <media-form-factor>unknown</media-form-factor>
      <wavelength>850 </wavelength>
      <serial-no>AAF211180000DBL </serial-no>
      <date-code>110425  </date-code>
      <temperature>24</temperature>
      <voltage>3310.0</voltage>
      <current>0.068</current>
      <tx-power>30.9</tx-power>
      <rx-power>548.0</rx-power>
    </sfp>
  </interface>
</output>