Interface InvokeHTTPAction

All Superinterfaces:
AlertRuleAction

public interface InvokeHTTPAction extends AlertRuleAction
Causes a rest request to be sent when this alert is triggered.
  • Method Details

    • getMethod

      String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

      void setMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
    • getURL

      String getURL()
      Gets the value of the URL property.
      Returns:
      possible object is String
    • setURL

      void setURL(String value)
      Sets the value of the URL property.
      Parameters:
      value - allowed object is String
    • getBody

      String getBody()
      Gets the value of the body property.
      Returns:
      possible object is String
    • setBody

      void setBody(String value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is String
    • getHeaders

      Map<String,String> getHeaders()
      Gets the map of headers.
      Returns:
      possible object is Map
    • setHeaders

      void setHeaders(Map<String,String> value)
      Sets the map of headers.
      Parameters:
      value - allowed object is Map
    • getQueryParameters

      Map<String,String> getQueryParameters()
      Gets the map of query parameters.
      Returns:
      possible object is Map
    • setQueryParameters

      void setQueryParameters(Map<String,String> value)
      Sets the map of query parameters.
      Parameters:
      value - allowed object is Map