/config/net/ipv4/network

The IPv4 network mask in dotted decimal notation.

Get /config/net/ipv4/network

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/net/ipv4/network

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

The IPv4 network mask in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/net/ipv4/network

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

The IPv4 network mask in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/net/ipv4/network

Reset to 0.0.0.0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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