VsanFlashScsiControllerFirmwareRequestType
VsanFlashScsiControllerFirmwareRequestType
The parameters of VsanFlashScsiControllerFirmware_Task.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"spec": {
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"hbaDevice": "string",
"fwFiles": [
{
"_typeName": "string",
"fileType": "string",
"filenameOrUrl": "string",
"sha1sum": "string"
}
],
"allowDowngrade": false,
"firmwareComponent": [
{
"_typeName": "string",
"name": "string",
"url": "string",
"sha1sum": "string",
"currentVersion": "string",
"suggestedVersion": "string",
"componentID": [
"string"
]
}
]
}
}
spec
Required
Firmware update specification.