Method: Falcon::RealTimeResponseApi#r_tr_get_extracted_file_contents

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

#r_tr_get_extracted_file_contents(session_id, sha256, opts = {}) ⇒ Array<Integer>

Get RTR extracted file contents for specified session and sha256.

Parameters:

  • session_id (String)

    RTR Session id

  • sha256 (String)

    Extracted SHA256 (e.g. &#39;efa256a96af3b556cd3fc9d8b1cf587d72807d7805ced441e8149fc279db422b&#39;)

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

    the optional parameters

Options Hash (opts):

  • :filename (String)

    Filename to use for the archive name and the file within the archive.

Returns:

  • (Array<Integer>)


1090
1091
1092
1093
# File 'lib/crimson-falcon/api/real_time_response_api.rb', line 1090

def r_tr_get_extracted_file_contents(session_id, sha256, opts = {})
  data, _status_code, _headers = r_tr_get_extracted_file_contents_with_http_info(session_id, sha256, opts)
  data
end