PATCH – Update BMC Ethernet over USB configurations
Use the PATCH method to update properties in Ethernet interface resource for a BMC.
Request URL
PATCH https://<BMC_IPADDR>/redfish/v1/Managers/1/EthernetInterfaces/ToHost
Request body
Properties to be updated are shown as bellow, all of these properties can be changed individually.
Field | Type | Description | |||
---|---|---|---|---|---|
InterfaceEnabled | Boolean | A boolean indicating whether this interface is enabled. | |||
IPv4StaticAddresses | Array | An array of objects used to represent the IPv4 connection characteristics for this XCC3 interface. | |||
IPv4StaticAddress[0] | Object | Array element | |||
Address | String | The IPv4 Address | |||
SubnetMask | String | The IPv4 Subnet mask. |
Response body
The response returns same content as GET operation with updated properties.
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback