User Manual

4-30
Chapter 4: Redfish Technology Pack
Name Type ReadOnly Description
Oem Object
Refer to Resource Complex Types under section 4.3.3 Resource.
It will be present in response if there is an OEM property
implemented according to “
How to Add OEM extensions
(v1.1)
” document.
FirmwareVersion2 String True The 2nd firmware version of this Trusted Module, if applicable.
InterfaceTypeSelection String True The Interface Type selection supported by this Trusted Module.
Enum Description
None The TrustedModule does not support switching
the InterfaceType.
FirmwareUpdate The TrustedModule supports switching
InterfaceType via a firmware update.
BiosSetting The TrustedModule supports switching
InterfaceType via platform software, such as a
BIOS configuration Attribute.
OemMethod The TrustedModule supports switching
InterfaceType via an OEM proprietary
mechanism.
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/Systems/{{system_instance}}
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in
Table 12 ComputerSystem
Properties
for which ReadOnly is False that can be sent as Request body in json
format.
Example PATCH Request Body:
{
“Boot”: {
“BootSourceOverrideEnabled”: “Continuous”,
“BootSourceOverrideTarget”: “Usb”,
“UefiTargetBootSourceOverride”: “UEFI device path 2”
}
}
Null value is not supported for PATCH requests and a 400 bad request with
PropertyValueTypeError is returned.
• Response
The response status is 204 with no body. For Error Responses refer to section
4.2.4 B
and section
4.2.4 C
.
E16160_ASMB9-iKVM_UM_V3.indb 30E16160_ASMB9-iKVM_UM_V3.indb 30 1/17/2020 2:29:26 PM1/17/2020 2:29:26 PM