Sha256: 696118b1e6fc8bd57398b72ee96f57ce9423bdbdb9d0a524c3ae46213e062ecc

Contents?: true

Size: 513 Bytes

Versions: 1

Compression:

Stored size: 513 Bytes

Contents

class Sysdig::Notification < 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

1 entries across 1 versions & 1 rubygems

Version Path
sysdig-0.1.0 lib/sysdig/notification.rb