The DellSystemQuickSyncView class is a representation of the QuickSync device in the managed system.
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/Managers/{ManagerId}/DellSystemQuickSync/{SystemQuickSyncId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellSystemQuickSync/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellSystemQuickSync.DellSystemQuickSync",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellSystemQuickSync/QuickSync.Integrated.1",
"@odata.type": "#DellSystemQuickSync.v1_0_0.DellSystemQuickSync",
"Description": "The DellSystemQuickSyncView class is a representation of the QuickSync device in the managed system.",
"FQDD": "QuickSync.Integrated.1",
"FWVersion": "2.0",
"HWStatus": "OK",
"Id": "QuickSync.Integrated.1",
"Manufacturer": "Dell",
"Name": "Integrated Quick Sync 1",
"ProductName": "iDRAC Quick Sync",
"Version": "1"
}