Module: Wazuh::Api::Endpoints::ActiveResponse
- Included in:
- Wazuh::Api::Endpoints, V4::ActiveResponse
- Defined in:
- lib/wazuh/api/endpoints/active_response.rb
Instance Method Summary collapse
-
#run_active_response_command(agent_id, options = {}) ⇒ Object
Run an AR command in the agent Runs an Active Response command on a specified agent.
Instance Method Details
#run_active_response_command(agent_id, options = {}) ⇒ Object
Run an AR command in the agent Runs an Active Response command on a specified agent.
16 17 18 |
# File 'lib/wazuh/api/endpoints/active_response.rb', line 16 def run_active_response_command(agent_id, = {}) put "/active-response/#{agent_id}", end |