User Manual
ASUS ASMB9-iKVM
4-49
• PATCH
- Request
PATCH https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/
EthernetInterfaces/{{manager_ethifc_instance}}
Content-Type: application/json
Request Body
Please refer to the properties that are patchable in
Table 19 Ethernet Interface
Properties
for which ReadOnly is False that can be sent as Request body in json
format.
•
{{manager_ethifc_instance}}
– If this instance is usb0, PATCH is not
supported.
• PATCH on the instance for changing network settings will cause the current
connection to be terminated.
• Patch is not allowed for Ipv6/Ipv4 properties in DHCP mode. Patch of IPV6/IPV4
properties is allowed only in Static mode.
• MACaddress/PermanentMACaddress is not allowed to patch and considered as read-
only property.
Sample PATCH Request:
Sample patch request body for ethernet-interface properties for interface instance
uri,
Example:
PATCH https://{{ip}}/redfish/v1/Managers/Self/
EthernetInterfaces/eth0
To change hostname and fqdn
{
“FQDN”: “NEWHOST.us.megatrends.com”,
“HostName”: “NEWHOST”
}
To disable autoneg or to change FullDuplex/SpeedMbps we need to provide
three properties
{
“AutoNeg”: false,
“FullDuplex”: true,
“SpeedMbps”: 10
}
E16160_ASMB9-iKVM_UM_V3.indb 49E16160_ASMB9-iKVM_UM_V3.indb 49 1/17/2020 2:29:28 PM1/17/2020 2:29:28 PM