/config/net/ipv4/broadcast

An IPv4 broadcast address in dotted decimal notation.

Get /config/net/ipv4/broadcast

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/net/ipv4/broadcast

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

An IPv4 broadcast address in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/net/ipv4/broadcast

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

An IPv4 broadcast address in dotted decimal notation.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/net/ipv4/broadcast

Reset to 0.0.0.0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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