If you need to use Http script
for alerting, create an alert instance in the alert instance management and select the Http
plugin.
The
Http
request URL needs to contain protocol, host, path and parameters if the method isGET
Select the request type from
POST
orGET
The headers of the
Http
request in JSON format
The request body of the
Http
request in JSON format, when usingPOST
method to alert
The field name to place the alert information
Using POST
and GET
method to send Http
request in the Request Type
.
Send alert information by Http
GET method.
The following shows the GET
configuration example:
Send alert information inside Http
body by Http
POST method.
The following shows the POST
configuration example: