# File lib/fog/key_manager/openstack/requests/get_secret_metadata.rb, line 5
        def get_secret_metadata(uuid)
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "secrets/#{uuid}/metadata",
          )
        end