Sha256: 7e880cc064a16d60b5fde85726cea39026ddc0eff439166d7776e8f2c4cd5efb

Contents?: true

Size: 252 Bytes

Versions: 5

Compression:

Stored size: 252 Bytes

Contents

object @report

attributes :id, :reported_at, :status, :metrics

child :logs do
  child :source do
    attribute :value => :source
  end
  child :message do
    attribute :value => :message
  end
end

node :summary do |report|
	report.summaryStatus
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/api/v1/reports/show.json.rabl
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/api/v1/reports/show.json.rabl
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/api/v1/reports/show.json.rabl
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/api/v1/reports/show.json.rabl
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/api/v1/reports/show.json.rabl