# File lib/fog/rackspace/requests/monitoring/list_checks.rb, line 5
        def list_checks(entity_id, options={})
          request(
            :expects  => [200, 203],
            :method   => 'GET',
            :path     => "entities/#{entity_id}/checks",
            :query    => options
          )
        end