Description
Update a REST API notification configuration.
Parameters
Name | Description |
---|---|
body |
Location: body Type: application/json Information about the REST API alert
configuration in the following
format:
{ "url": "string", "header": object, "body": object, "verify": bool } Where:
Example body:
{ "url": "https://example.com", "header": { "Content-Type": "application/json" }, "verify": false, "body": { "server": "{server_name}", "alarm_raised": "{alarm_name}", "alarm_description": "{description}", "raised_at": "{trigger_time}", "incident_start_time": "{first_detection_time}", "severity": "LEVEL - {severity}" } } |
Responses
Status | Description |
---|---|
Successful |
Code: 200 Body:
{ "message": "success" } |