OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.Alert
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.Alert{ acknowledged: boolean(), actions: [String.t()], alias: String.t(), count: integer(), createdAt: DateTime.t(), description: String.t(), details: %{optional(String.t()) => String.t()}, entity: String.t(), id: String.t(), integration: AlertIntegration, isSeen: boolean(), lastOccurredAt: DateTime.t(), message: String.t(), owner: String.t(), priority: String.t(), report: AlertReport, responders: [Recipient], snoozed: boolean(), snoozedUntil: DateTime.t(), source: String.t(), status: String.t(), tags: [String.t()], teams: [AlertTeamMeta], tinyId: String.t(), updatedAt: DateTime.t() }