/config/net/ipv4/gateway

The IPv4 network number in dotted decimal notation.

Get /config/net/ipv4/gateway

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/net/ipv4/gateway

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

The IPv4 network number in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/net/ipv4/gateway

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

The IPv4 network number in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/net/ipv4/gateway

Reset to 0.0.0.0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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