Method: Falcon::RealTimeResponseApi#batch_get_cmd
- Defined in:
- lib/crimson-falcon/api/real_time_response_api.rb
#batch_get_cmd(body, opts = {}) ⇒ DomainBatchGetCommandResponse
Batch executes ‘get` command across hosts to retrieve files. After this call is made `GET /real-time-response/combined/batch-get-command/v1` is used to query for the results.
196 197 198 199 |
# File 'lib/crimson-falcon/api/real_time_response_api.rb', line 196 def batch_get_cmd(body, opts = {}) data, _status_code, _headers = batch_get_cmd_with_http_info(body, opts) data end |