OpsGenie REST API v0.1.1 OpsGenieRESTAPI.Model.MoxtraIntegration
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.MoxtraIntegration{
_readOnly: [String.t()],
addAlertDescription: boolean(),
addAlertDetails: boolean(),
alertFilter: AlertFilter,
"base-webhook-callback-type": String.t(),
"callback-type": String.t(),
enabled: boolean(),
forwardingActionMappings: [ActionMapping],
forwardingEnabled: boolean(),
headers: %{optional(String.t()) => String.t()},
id: String.t(),
isGlobal: boolean(),
name: String.t(),
ownerTeam: TeamMeta,
type: String.t(),
url: String.t()
}