Sha256: 691f0028036c5ed778a68722da22bd185ec0d3f9bc2de1c53ed75a24f029a4ec

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

module Fog
  module Rackspace
    class Monitoring
      class Real

        def list_checks(entity_id)
          request(
            :expects  => [200, 203],
            :method   => 'GET',
            :path     => "entities/#{entity_id}/checks"
          )
        end

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
fog-maestrodev-1.15.0.20130829165835 lib/fog/rackspace/requests/monitoring/list_checks.rb
fog-1.15.0 lib/fog/rackspace/requests/monitoring/list_checks.rb
gapinc-fog-1.14.0 lib/fog/rackspace/requests/monitoring/list_checks.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/rackspace/requests/monitoring/list_checks.rb