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