PATCH – Network Protocol
This resource is used to obtain or modify the network services managed by a given manager.
Request
If to configure IPMI protocol, the “ProtocolEnabled” can be configured as true/false by PATCH action, it will enable/disable the IOL of Ipv4/Ipv6 at the same time rather than set them separately via redfish. And only when both the IOL of Ipv4/Ipv6 is enabled will the “ProtocolEnabled” be “true”. Otherwise, the property will be “false”.
For the protocols that support changing “Port” to “ProtocolEnabled”, when the PATCH value is the same as the current status, it will report an error, which is different from the previous Redfish service (RTP 1.7)
PATCH https://{{ip}}/redfish/v1/Managers/Self/NetworkProtocol
Content-Type: application/json
Request body
Please refer to the properties that are patchable in Network Protocol Properties for which read-only is False that can be sent as Request body in the json format.
Response
The response status is 204 and no response body. For Error Responses, please refer to Error Response.