Method: Fog::KeyManager::OpenStack::Real#get_container

Defined in:
lib/fog/key_manager/openstack/requests/get_container.rb

#get_container(uuid) ⇒ Object



5
6
7
8
9
10
11
# File 'lib/fog/key_manager/openstack/requests/get_container.rb', line 5

def get_container(uuid)
  request(
    :expects => [200],
    :method  => 'GET',
    :path    => "containers/#{uuid}",
  )
end