A collection of DellVideo resource
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Systems/{ComputerSystemId}/DellVideoCollection'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellVideo' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellVideoCollection.DellVideoCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideo",
"@odata.type": "#DellVideoCollection.DellVideoCollection",
"Description": "A collection of DellVideo resource",
"Members": [
{
"@odata.context": "/redfish/v1/$metadata#DellVideo.DellVideo",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideo/Video.Embedded.1-1",
"@odata.type": "#DellVideo.v1_3_0.DellVideo",
"BoardPartNumber": null,
"BuildDate": null,
"BusNumber": 3,
"DataBusWidth": "Unknown",
"Description": "DellVideo provides Video specific data which includes supported GPU properties if supported.",
"DeviceNumber": 0,
"FQDD": "Video.Embedded.1-1",
"FirmwareVersion": null,
"FunctionNumber": 0,
"GPUGUID": null,
"GPUHealth": null,
"GPUPartNumber": null,
"GPUState": null,
"Id": "Video.Embedded.1-1",
"InstanceID": "Video.Embedded.1-1",
"LastSystemInventoryTime": "2025-10-29T04:21:26+00:00",
"LastUpdateTime": "2024-10-24T22:00:14+00:00",
"Manufacturer": "Matrox Electronics Systems Ltd.",
"MarketingName": null,
"Name": "Embedded Video Controller 1",
"OEMInfo": null,
"PCIDeviceID": "0536",
"PCISubDeviceID": "0AAD",
"PCISubVendorID": "1028",
"PCIVendorID": "102B",
"SerialNumber": null,
"SlotLength": "Unknown",
"SlotType": "Unknown"
}
],
"Members@odata.count": 1,
"Name": "DellVideoCollection"
}