OpsGenie REST API v0.1.1 OpsGenieRESTAPI.Model.ConnectWiseManageIntegration
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.ConnectWiseManageIntegration{
updatesEnabled: boolean(),
ignoreTeamsFromPayload: boolean(),
recipients: [Recipient],
priority: String.t(),
cwmUrl: String.t(),
companyName: String.t(),
companyId: String.t(),
assignedTeam: TeamMeta,
name: String.t(),
customPriority: String.t(),
privateKey: String.t(),
publicKey: String.t(),
_readOnly: [String.t()],
id: String.t(),
allowConfigurationAccess: boolean(),
"feature-type": String.t(),
updatesActionMappings: [ActionMapping],
ignoreExtraPropertiesFromPayload: boolean(),
ignoreRecipientsFromPayload: boolean(),
ownerTeam: TeamMeta,
extraProperties: %{optional(String.t()) => String.t()},
allowWriteAccess: boolean(),
loginCompany: String.t(),
"bidirectional-callback-type": String.t(),
isGlobal: boolean(),
ignoreTagsFromPayload: boolean(),
type: String.t(),
suppressNotifications: boolean(),
forwardingActionMappings: [ActionMapping],
"callback-type": String.t(),
alertFilter: AlertFilter,
isAdvanced: boolean(),
forwardingEnabled: boolean(),
tags: [String.t()],
enabled: boolean()
}