# File lib/fog/rackspace/requests/monitoring/get_filesystems_info.rb, line 5 def get_filesystems_info(agent_id) request( :expects => [200, 203], :method => 'GET', :path => "agents/#{agent_id}/host_info/filesystems" ) end