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