Module: Wazuh::Api::Endpoints::Summary
- Included in:
- Wazuh::Api::Endpoints, V4::Summary
- Defined in:
- lib/wazuh/api/endpoints/summary.rb
Instance Method Summary collapse
-
#summary ⇒ Object
Returns a dictionary with a full summary of agents.
Instance Method Details
#summary ⇒ Object
Returns a dictionary with a full summary of agents.
9 10 11 |
# File 'lib/wazuh/api/endpoints/summary.rb', line 9 def summary get '/summary/agents' end |