/config/net/proxy/enable

If true, the meter will connect to the proxy server.

Get /config/net/proxy/enable

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/net/proxy/enable

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

If true, the meter will connect to the proxy server.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/net/proxy/enable

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

If true, the meter will connect to the proxy server.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/net/proxy/enable

Reset to false.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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