The options to use when sending an alert report to the web server.
This resource is available only if /config/alert/reporter/web/service is an empty string.
Multiple options can be specified in the string by separating them with a comma. Supported options are:
deflate
: Use HTTP Content-Encoding deflate
when
transmitting the alert report.
gzip
: Use HTTP Content-Encoding gzip
when
transmitting the alert report.
secure
: Only send the alert report if the server's HTTP
certificate can be verified by the meter. This option is
ignored if
/config/net/http/client/insecure
is true
.
Normal response.
Unauthorized response.
{- "result": "gzip,secure",
- "error": "Error message (present if an error occurred)."
}
The options to use when sending an alert report to the web server.
This resource is available only if /config/alert/reporter/web/service is an empty string.
Multiple options can be specified in the string by separating them with a comma. Supported options are:
deflate
: Use HTTP Content-Encoding deflate
when
transmitting the alert report.
gzip
: Use HTTP Content-Encoding gzip
when
transmitting the alert report.
secure
: Only send the alert report if the server's HTTP
certificate can be verified by the meter. This option is
ignored if
/config/net/http/client/insecure
is true
.
Normal response.
Unauthorized response.
"gzip,secure"
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
The options to use when sending an alert report to the web server.
This resource is available only if /config/alert/reporter/web/service is an empty string.
Multiple options can be specified in the string by separating them with a comma. Supported options are:
deflate
: Use HTTP Content-Encoding deflate
when
transmitting the alert report.
gzip
: Use HTTP Content-Encoding gzip
when
transmitting the alert report.
secure
: Only send the alert report if the server's HTTP
certificate can be verified by the meter. This option is
ignored if
/config/net/http/client/insecure
is true
.
Normal response.
Unauthorized response.
"gzip,secure"
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to empty string.
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}