/config/net/ipv4/address

An IPv4 address in dotted decimal notation.

Get /config/net/ipv4/address

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/net/ipv4/address
Request samples
Response samples
application/json
{
  • "result": "192.168.1.42",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/net/ipv4/address

SecurityApiKey
Request
Request Body schema: application/json
string (configNetIpv4Address)

An IPv4 address in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

put/config/net/ipv4/address
Request samples
application/json
"192.168.1.42"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/net/ipv4/address

SecurityApiKey
Request
Request Body schema: application/json
string (configNetIpv4Address)

An IPv4 address in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

post/config/net/ipv4/address
Request samples
application/json
"192.168.1.42"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/net/ipv4/address

Reset to 0.0.0.0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/net/ipv4/address
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}