# File lib/fog/profitbricks/requests/compute/get_snapshot.rb, line 42
        def get_snapshot(snapshot_id)
          request(
            :expects => [200],
            :method  => "GET",
            :path    => "/snapshots/#{snapshot_id}"
          )
        end