An instance of DellvFlash will have VFlash specific data.
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}/DellvFlash/{vFlashId}'
NOTE: Redfish Life Cycle Events may display redundant information about create and delete tasks that are triggered for the instance DellOpaqueManagementData when there are creation and deletion of vFlash objects.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellvFlash/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellvFlash.DellvFlash",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellvFlash/Disk.vFlashCard.1",
"@odata.type": "#DellvFlash.v1_1_0.DellvFlash",
"AvailableSizeMB": 0,
"CapacityMB": 15280,
"ComponentName": "vFlash SD Card",
"Description": "An instance of DellvFlash will have VFlash specific data.",
"DeviceDescription": "vFlash SD Card",
"FQDD": "Disk.vFlashCard.1",
"HealthStatus": "OK",
"Id": "Disk.vFlashCard.1",
"InitializedState": "Uninitialized",
"InstanceID": "Disk.vFlashCard.1",
"LastSystemInventoryTime": "2022-06-07T11:03:50+00:00",
"LastUpdateTime": "2022-06-07T11:03:50+00:00",
"Licensed": true,
"Name": "DellvFlash",
"VFlashEnabledState": true,
"WriteProtected": false
}