Method: Falcon::RealTimeResponseApi#r_tr_pulse_session

Defined in:
lib/crimson-falcon/api/real_time_response_api.rb

#r_tr_pulse_session(body, opts = {}) ⇒ DomainInitResponseWrapper

Refresh a session timeout on a single host.

Parameters:

  • body (DomainInitRequest)

    **`device_id`** The host agent ID to refresh the RTR session on. RTR will retrieve an existing session for the calling user on this host

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



1555
1556
1557
1558
# File 'lib/crimson-falcon/api/real_time_response_api.rb', line 1555

def r_tr_pulse_session(body, opts = {})
  data, _status_code, _headers = r_tr_pulse_session_with_http_info(body, opts)
  data
end