# File lib/fog/compute/openstack/requests/get_aggregate.rb, line 5 def get_aggregate(uuid) request( :expects => [200], :method => 'GET', :path => "os-aggregates/#{uuid}" ) end