# File lib/fog/container_infra/openstack/requests/get_bay.rb, line 5 def get_bay(uuid_or_name) request( :expects => [200], :method => 'GET', :path => "bays/#{uuid_or_name}" ) end