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