string –StaticIPoverridevalue,thisshouldmatchaddr. Thisvalue willbenull whenunsetand
operatinginDHCP mode.
StatusCodes
200OK –No error
PUT system/network/ipv4/override
Overridethedefault dynamicbehaviorand seta staticIPaddress.
Note: The sensor will reset thenetwork configuration aftera short sub second delay (to allow
fortheHTTPresponsetobesent). Afterthisdelaythesensorwillonlybereachableonthenewly
setIPv4 address.
ThesensorneedstobereachableeitherbydynamicDHCP configurationorbyanexistingstatic
IPoverridefromthe hostreconfiguring thesensor.
Warning: If anunreachablenetworkaddressisset, thesensorwill becomeunreachable.
StaticIPoverrideshouldonlybeusedinspecialusecases. ThedynamicDHCP configuration
isrecommendedwhere possible.
PUT /api/v1/system/network/ipv4/override HTTP/1.1
Content-Type: application/json
Host: 192.0.2.123
"192.0.2.100/24"
→
RequestJSON Object
string – StaticIP overridevaluewith subnet mask
ResponseJSON Object
string – StaticIP overridevaluethat systemwill setafter ashortdelay.
StatusCodes
200OK –No error
DELETE system/network/ipv4/override
Deletethestatic IPoverridevalue andreturntodynamic configuration.
Note: The sensor will reset thenetwork configuration aftera short sub second delay (to allow
fortheHTTPresponsetobesent). Afterthisdelaythesensorwillonlybereachableonthenewly
setIPv4 address.
Thesensor maybe unreachableforseveralseconds whileaDHCP leaseis obtainedfrom anet-
workDHCP server.
DELETE /api/v1/system/network/ipv4/override HTTP/1.1
Host: 192.0.2.123
→
StatusCodes
32