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