/config/alert/reporter/web/service

The name of the alert service provider to use for reporting alerts. After writing this resource with a non-empty string, the service needs to be activated in a separate step.

TODO: SHOW HOW TO DO THIS.

Get /config/alert/reporter/web/service

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/alert/reporter/web/service
Request samples
Response samples
application/json
{
  • "result": "",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/alert/reporter/web/service

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

The name of the alert service provider to use for reporting alerts. After writing this resource with a non-empty string, the service needs to be activated in a separate step.

TODO: SHOW HOW TO DO THIS.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/alert/reporter/web/service

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

The name of the alert service provider to use for reporting alerts. After writing this resource with a non-empty string, the service needs to be activated in a separate step.

TODO: SHOW HOW TO DO THIS.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/alert/reporter/web/service

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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