/config/net/ethernet/watchdog

Whether or not the Ethernet watchdog is enabled. If enabled, the watchdog will reset the Ethernet's PHY chip and/or reload the Ethernet driver if it appears that the Ethernet link was lost.

This should normally be set to true.

Get /config/net/ethernet/watchdog

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/net/ethernet/watchdog

SecurityApiKey
Request
Request Body schema: application/json
boolean (configNetEthernetWatchdog)

Whether or not the Ethernet watchdog is enabled. If enabled, the watchdog will reset the Ethernet's PHY chip and/or reload the Ethernet driver if it appears that the Ethernet link was lost.

This should normally be set to true.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/net/ethernet/watchdog

SecurityApiKey
Request
Request Body schema: application/json
boolean (configNetEthernetWatchdog)

Whether or not the Ethernet watchdog is enabled. If enabled, the watchdog will reset the Ethernet's PHY chip and/or reload the Ethernet driver if it appears that the Ethernet link was lost.

This should normally be set to true.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/net/ethernet/watchdog

Reset to true.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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