# File lib/fog/identity/openstack/v3/requests/get_endpoint.rb, line 6 def get_endpoint(id) request( :expects => [200], :method => 'GET', :path => "endpoints/#{id}" ) end