Method: XClarityClient::RemoteFileServerManagement#get_remotefileserver_profile
- Defined in:
- lib/xclarity_client/services/remotefileserver_management.rb
#get_remotefileserver_profile(serverId) ⇒ Object
24 25 26 27 |
# File 'lib/xclarity_client/services/remotefileserver_management.rb', line 24 def get_remotefileserver_profile(serverId) response = @connection.do_get("#{RemoteFileServer::BASE_URI}/"\ "#{serverId}") end |