Sha256: 5a4937d8037d6511f924ffb20fe956c622fe120b6db4ca37fd81f662735aa727

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

class Sysdig::AlertNotification < Sysdig::Model

  identity :id, type: :integer

  attribute :timespan,           type: :integer
  attribute :severity,           type: :integer
  attribute :target
  attribute :alert_id,           type: :integer, alias: "alert"
  attribute :type
  attribute :criteria
  attribute :resolved,           type: :boolean
  attribute :condition
  attribute :state
  attribute :group_aggregations, type: :array,   alias: "groupAggregations"
  attribute :entities,           type: :array

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sysdig-0.2.4 lib/sysdig/alert_notification.rb
sysdig-0.2.3 lib/sysdig/alert_notification.rb
sysdig-0.2.0 lib/sysdig/alert_notification.rb