/config/alert/reporter/web/password

The password to be provided to the web server for authentication purposes.

This resource is write-only

Replace /config/alert/reporter/web/password

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

The password to be provided to the web server for authentication purposes.

This resource is write-only

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/alert/reporter/web/password

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

The password to be provided to the web server for authentication purposes.

This resource is write-only

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/alert/reporter/web/password

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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