Browse Source
Change-Id: Ia14ae67fea9d69ba27ebd43f6043b817f6cc5eff Closes-Bug: #1894940changes/64/750364/4
6 changed files with 147 additions and 0 deletions
@ -0,0 +1,58 @@
|
||||
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" |
||||
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" |
||||
xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration" |
||||
xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" |
||||
xmlns:n1="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_VideoView"> |
||||
<s:Header> |
||||
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To> |
||||
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse</wsa:Action> |
||||
<wsa:RelatesTo>uuid:dd7ea19a-8633-4fa4-a43a-66ae8220f689</wsa:RelatesTo> |
||||
<wsa:MessageID>uuid:247e710c-29de-19de-93c9-f148d4fe83b0</wsa:MessageID> |
||||
</s:Header> |
||||
<s:Body> |
||||
<wsen:EnumerateResponse> |
||||
<wsman:Items> |
||||
<n1:DCIM_VideoView> |
||||
<n1:BusNumber>3</n1:BusNumber> |
||||
<n1:DataBusWidth>0002</n1:DataBusWidth> |
||||
<n1:Description>Integrated Matrox G200eW3 Graphics Controller</n1:Description> |
||||
<n1:DeviceDescription>Embedded Video Controller 1</n1:DeviceDescription> |
||||
<n1:DeviceNumber>0</n1:DeviceNumber> |
||||
<n1:FQDD>Video.Embedded.1-1</n1:FQDD> |
||||
<n1:FunctionNumber>0</n1:FunctionNumber> |
||||
<n1:InstanceID>Video.Embedded.1-1</n1:InstanceID> |
||||
<n1:LastSystemInventoryTime>20200811163707.000000+000</n1:LastSystemInventoryTime> |
||||
<n1:LastUpdateTime>20200520203243.000000+000</n1:LastUpdateTime> |
||||
<n1:Manufacturer>Matrox Electronics Systems Ltd.</n1:Manufacturer> |
||||
<n1:PCIDeviceID>0536</n1:PCIDeviceID> |
||||
<n1:PCISubDeviceID>0737</n1:PCISubDeviceID> |
||||
<n1:PCISubVendorID>1028</n1:PCISubVendorID> |
||||
<n1:PCIVendorID>102B</n1:PCIVendorID> |
||||
<n1:SlotLength>0002</n1:SlotLength> |
||||
<n1:SlotType>0002</n1:SlotType> |
||||
</n1:DCIM_VideoView> |
||||
<n1:DCIM_VideoView> |
||||
<n1:BusNumber>135</n1:BusNumber> |
||||
<n1:DataBusWidth>000B</n1:DataBusWidth> |
||||
<n1:Description>TU104GL [Tesla T4]</n1:Description> |
||||
<n1:DeviceDescription>Video Controller in Slot 7</n1:DeviceDescription> |
||||
<n1:DeviceNumber>0</n1:DeviceNumber> |
||||
<n1:FQDD>Video.Slot.7-1</n1:FQDD> |
||||
<n1:FunctionNumber>0</n1:FunctionNumber> |
||||
<n1:InstanceID>Video.Slot.7-1</n1:InstanceID> |
||||
<n1:LastSystemInventoryTime>20200811163707.000000+000</n1:LastSystemInventoryTime> |
||||
<n1:LastUpdateTime>20200710054947.000000+000</n1:LastUpdateTime> |
||||
<n1:Manufacturer>NVIDIA Corporation</n1:Manufacturer> |
||||
<n1:PCIDeviceID>1EB8</n1:PCIDeviceID> |
||||
<n1:PCISubDeviceID>12A2</n1:PCISubDeviceID> |
||||
<n1:PCISubVendorID>10DE</n1:PCISubVendorID> |
||||
<n1:PCIVendorID>10DE</n1:PCIVendorID> |
||||
<n1:SlotLength>0004</n1:SlotLength> |
||||
<n1:SlotType>00B6</n1:SlotType> |
||||
</n1:DCIM_VideoView> |
||||
</wsman:Items> |
||||
<wsen:EnumerationContext/> |
||||
<wsman:EndOfSequence/> |
||||
</wsen:EnumerateResponse> |
||||
</s:Body> |
||||
</s:Envelope> |
Loading…
Reference in new issue