Hi,
I'm trying to retrieve the serial numbers from the Fabric Interconnects using the XML API. Initially I was testing against the UCS emulator but that does not supply serial numbers to the FI's. Using wireshark though I was able to narrow down a likely XML command to:
<configResolveChildren classId='mgmtController' inDn='sys/switch-A'/>
The results however are not what I was looking for. I tried testing the XML against a real environment and the serial field still comes back blank.
Anyone have suggestions on how I can retrieve that information?
Sage,
The UCS class that you want to query is networkElement try
<configResolveClass cookie="the-cookie" inHierarchical="false" classId="networkElement"/>
The response will have the serial number for the Fabric Interconnect
John