# File lib/fog/ibm/requests/compute/get_image_manifest.rb, line 15
        def get_image_manifest(image_id)
          request(
            :method   => 'GET',
            :expects  => 200,
            :path     => "/offerings/image/#{image_id}/manifest"
          )
        end