OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.MoxtraCallback

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.MoxtraCallback{
  addAlertDescription: boolean(),
  addAlertDetails: boolean(),
  alertFilter: AlertFilter,
  "base-webhook-callback-type": String.t(),
  "callback-type": String.t(),
  forwardingActionMappings: [ActionMapping],
  forwardingEnabled: boolean(),
  headers: %{optional(String.t()) => String.t()},
  url: String.t()
}