Web (HTTP) related configurations.
Modification requests (PUT
, POST
, and DELETE
) to this
resource are not executed
transactionally.
Normal response.
Unauthorized response.
{- "result": {
- "cgi-bin": "user-required",
- "client": {
- "insecure": "false"
}
}, - "error": "Error message (present if an error occurred)."
}
object (configNetHttpClient) Configuration for meter-initiated HTTP connections. | |
certificate | string (configNetHttpCertificate) The certificate used by the web server to identify itself over HTTPS connections. This resource is write-only. The string is in PEM format and must contain both a private key as well as the matching certificate chain. |
cgi-bin | string (configNetHttpCgiBin) Controls access to CGI-BIN programs. The following values are supported:
Warning This will render the classic user-interface of the meter inoperable.
|
Normal response.
Unauthorized response.
{- "cgi-bin": "user-required",
- "client": {
- "insecure": "false"
}
}
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
object (configNetHttpClient) Configuration for meter-initiated HTTP connections. | |
certificate | string (configNetHttpCertificate) The certificate used by the web server to identify itself over HTTPS connections. This resource is write-only. The string is in PEM format and must contain both a private key as well as the matching certificate chain. |
cgi-bin | string (configNetHttpCgiBin) Controls access to CGI-BIN programs. The following values are supported:
Warning This will render the classic user-interface of the meter inoperable.
|
Normal response.
Unauthorized response.
{- "cgi-bin": "user-required",
- "client": {
- "insecure": "false"
}
}
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to default. See the descriptions of the individual endpoints for their default values. Commonly, arrays and strings are cleared to empty, numbers are cleared to 0, and booleans are cleared to false
.
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}