# File lib/fog/profitbricks/requests/compute/get_all_load_balancers.rb, line 91
        def get_all_load_balancers(datacenter_id)
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "/datacenters/#{datacenter_id}/loadbalancers?depth=5"
          )
        end