Method: Falcon::RealTimeResponseApi#r_tr_execute_command
- Defined in:
- lib/crimson-falcon/api/real_time_response_api.rb
#r_tr_execute_command(body, opts = {}) ⇒ DomainCommandExecuteResponseWrapper
Execute a command on a single host.
1022 1023 1024 1025 |
# File 'lib/crimson-falcon/api/real_time_response_api.rb', line 1022 def r_tr_execute_command(body, opts = {}) data, _status_code, _headers = r_tr_execute_command_with_http_info(body, opts) data end |