Sha256: 2b9ab460381326a212ce4f671460fa454b43f7fee04da904baf75411dcaf1f53

Contents?: true

Size: 247 Bytes

Versions: 66

Compression:

Stored size: 247 Bytes

Contents

object Katello::Util::Data.ostructize(@resource)

attribute :status
child :services => :services do
  Katello::Ping::SERVICES.each do |service|
    child service => service do
      attribute :status
      attribute :duration_ms
    end
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
katello-3.2.1 app/views/katello/api/v2/ping/show.json.rabl
katello-3.2.0 app/views/katello/api/v2/ping/show.json.rabl
katello-3.2.0.rc3 app/views/katello/api/v2/ping/show.json.rabl
katello-3.2.0.rc2 app/views/katello/api/v2/ping/show.json.rabl
katello-3.2.0.rc1.1 app/views/katello/api/v2/ping/show.json.rabl
katello-3.2.0.rc1 app/views/katello/api/v2/ping/show.json.rabl