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