PATCH – Update BMC network service configurations
Use the PATCH method to update properties in the network protocol resource in a BMC.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/Managers/1/NetworkProtocol
Request body
Properties to be updated are shown as bellow, all of these properties can be changed individually.
Field | Type | Description | |||
---|---|---|---|---|---|
NTP | Object | Settings for this Manager's NTP support. | |||
NTPServers | Array | Items: string List of NTP servers IP. | |||
ProtocolEnabled | Boolean | Indicate if the protocol is enabled or disabled. | |||
IPMI | Object | Settings for this Manager's IPMI-over-LAN protocol support. | |||
Port | Number | Indicates the protocol port. Fixed port “623” | |||
ProtocolEnabled | Boolean | Indicates if the protocol is enabled or disabled. |
Response
The response returns same content as GET operation with updated properties.
Status code
HTTP STATUS Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback