PATCH – Serial Interface Instance
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 Serial Interface Properties for which Read Only 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.
Patch is not Supported for Serial Interface instances other than IPMI-SOL.
Request example
{
"BitRate": "9600",
"InterfaceEnabled": false
}
Response
The response status is success with status code as 204 and no body.
For Error Responses, please refer to Error Response.
Give documentation feedback