Reference Guide
{
"Oem": {
"Hp": {
"TFTPServerEnabled": true
}
}
}
This PATCH enables (true) and disables (false) the tftp server.
16. /rest/v1/Managers/1/NICs/1
a. PATCH DHCPv4
{
"Oem": {
"Hp": {
"DHCPv4": {
"Enabled": true,
"UseDNSServers": true,
"UseDomainName": true,
"UseGateway": true,
"UseNTPServers": false,
"UseStaticRoutes": false,
"UseWINSServers": true
}
}
}
}
Changing any of these properties requires an iLO CM reset for the changes to take effect.
b. PATCH IPv4 settings ("DDNSRegistration", "WINSRegistration",
"StaticSubnetMask", "DNSServers", "StaticRoutes", and "WINSServers"):
{
"Oem": {
"Hp": {
"IPv4": {
"DDNSRegistration": true,
"WINSRegistration": true,
"DNSServers": [
"0.0.0.0",
"0.0.0.0",
"0.0.0.0"
],
"StaticRoutes": [
{
"Address": "none",
"SubnetMask": "none",
"Gateway": "none"
},
{
"Address": "none",
"SubnetMask": "none",
"Gateway": "none"
},
{
"Address": "none",
"SubnetMask": "none",
"Gateway": "none"
}
],
"WINSServers": [
"0.0.0.0",
"0.0.0.0"
]
}