/config/net/option/secure_only

If true, network services which do not encrypt data are disabled. At present, turning on this option disables the following services:

  • The web-server's plain HTTP service (port 80).

  • The service that provides the meter data via link-type udp. Thus, it other meters will not be able to read this meters data via this link type anymore.

This resource is not updated transactionally and after changing its value, the web server will be unavailable temporarily.

Get /config/net/option/secure_only

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/net/option/secure_only

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

If true, network services which do not encrypt data are disabled. At present, turning on this option disables the following services:

  • The web-server's plain HTTP service (port 80).

  • The service that provides the meter data via link-type udp. Thus, it other meters will not be able to read this meters data via this link type anymore.

This resource is not updated transactionally and after changing its value, the web server will be unavailable temporarily.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/net/option/secure_only

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

If true, network services which do not encrypt data are disabled. At present, turning on this option disables the following services:

  • The web-server's plain HTTP service (port 80).

  • The service that provides the meter data via link-type udp. Thus, it other meters will not be able to read this meters data via this link type anymore.

This resource is not updated transactionally and after changing its value, the web server will be unavailable temporarily.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/net/option/secure_only

Reset to false.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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