/config/alert/reporter/web/service

The name of the alert service provider to use for reporting alerts.

To set this to a non-empty value please use the service activation command since that ensures the service provider knows to expect alerts from this meter. The body of the activation request should contain member service set to the string alert and provider set to name of the desired service provider.

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.

To set this to a non-empty value please use the service activation command since that ensures the service provider knows to expect alerts from this meter. The body of the activation request should contain member service set to the string alert and provider set to name of the desired service provider.

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.

To set this to a non-empty value please use the service activation command since that ensures the service provider knows to expect alerts from this meter. The body of the activation request should contain member service set to the string alert and provider set to name of the desired service provider.

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)."
}