Method: Fog::OpenStack::Identity::V3::Real#get_endpoint

Defined in:
lib/fog/openstack/identity/v3/requests/get_endpoint.rb

#get_endpoint(id) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/fog/openstack/identity/v3/requests/get_endpoint.rb', line 6

def get_endpoint(id)
  request(
    :expects => [200],
    :method  => 'GET',
    :path    => "endpoints/#{id}"
  )
end