/config/alert/reporter/web/uri

The URI of the web server to use for reporting alerts.

This resource is available only if /config/alert/reporter/web/service is an empty string.

Get /config/alert/reporter/web/uri

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/alert/reporter/web/uri
Request samples
Response samples
application/json
{}

Replace /config/alert/reporter/web/uri

SecurityApiKey
Request
Request Body schema: application/json
string (configAlertReporterWebUri)

The URI of the web server to use for reporting alerts.

This resource is available only if /config/alert/reporter/web/service is an empty string.

Responses
200

Normal response.

401

Unauthorized response.

put/config/alert/reporter/web/uri
Request samples
application/json
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/alert/reporter/web/uri

SecurityApiKey
Request
Request Body schema: application/json
string (configAlertReporterWebUri)

The URI of the web server to use for reporting alerts.

This resource is available only if /config/alert/reporter/web/service is an empty string.

Responses
200

Normal response.

401

Unauthorized response.

post/config/alert/reporter/web/uri
Request samples
application/json
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/alert/reporter/web/uri

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/alert/reporter/web/uri
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}