/config/net/ipv4/netmask

The address of the IPv4 gateway in dotted decimal notation.

Get /config/net/ipv4/netmask

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/net/ipv4/netmask

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

The address of the IPv4 gateway in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/net/ipv4/netmask

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

The address of the IPv4 gateway in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/net/ipv4/netmask

Reset to 0.0.0.0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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