User Manual

4-90
Chapter 4: Redfish Technology Pack
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/
SerialInterfaces/{{manager_serialifc_instance}}
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in
Table 45 Serial Interface Property
for which ReadOnly is False that can be sent as Request body in json format.
According to IPMI SPEC, Serial communication with the BMC when SOL is activated
always occurs using 8bits/character, no parity, 1 stop bit, and RTS/CTS (hardware) flow
control. Hence the properties Parity, DataBits, StopBits and FlowControl are not patchable
when the manager_serialifc_instance is IPMI_SOL.
Example PATCH Request Body:
{
“BitRate”: “9600”,
“InterfaceEnabled”: false
}
• Request
The response status is success with status code as 204 and no body. For Error
Responses refer to section
4.2.4 B
and section
4.2.4 C
.
4.3.30 VirtualMediaCollection
AMI’s LMedia and RMedia feature redirected images will be shown in this list.
Virtual Media Members will be shown to the user only when:
VirtualMedia is enabled in BMC.
ProtocolEnabled property for VirtualMedia in ManagerNetworkProtocol should have
the value as “true”.
A. GET
• Request
https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/
VirtualMedia
Content-Type: application/json
• Response
Please refer to section
4.3.5 Computer System Collection
for the JSON response
properties.
E16160_ASMB9-iKVM_UM_V3.indb 90E16160_ASMB9-iKVM_UM_V3.indb 90 1/17/2020 2:29:31 PM1/17/2020 2:29:31 PM