wazuh-ruby-client 0.3.0 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/codeql-analysis.yml +70 -0
  3. data/CHANGELOG.md +25 -0
  4. data/README.md +18 -1
  5. data/Rakefile +4 -0
  6. data/docs/Wazuh/Api/Endpoints/ActiveResponse.html +10 -13
  7. data/docs/Wazuh/Api/Endpoints/Agents.html +483 -204
  8. data/docs/Wazuh/Api/Endpoints/Cache.html +7 -7
  9. data/docs/Wazuh/Api/Endpoints/Ciscat.html +10 -13
  10. data/docs/Wazuh/Api/Endpoints/Cluster.html +52 -58
  11. data/docs/Wazuh/Api/Endpoints/Decoders.html +27 -39
  12. data/docs/Wazuh/Api/Endpoints/Experimental.html +63 -96
  13. data/docs/Wazuh/Api/Endpoints/Lists.html +15 -21
  14. data/docs/Wazuh/Api/Endpoints/Manager.html +44 -62
  15. data/docs/Wazuh/Api/Endpoints/Rootcheck.html +36 -52
  16. data/docs/Wazuh/Api/Endpoints/Rules.html +49 -68
  17. data/docs/Wazuh/Api/Endpoints/SecurityConfigurationAssessment.html +20 -31
  18. data/docs/Wazuh/Api/Endpoints/Summary.html +7 -7
  19. data/docs/Wazuh/Api/Endpoints/Syscheck.html +26 -33
  20. data/docs/Wazuh/Api/Endpoints/Syscollector.html +43 -61
  21. data/docs/Wazuh/Api/Endpoints/V4/ActiveResponse.html +198 -0
  22. data/docs/Wazuh/Api/Endpoints/V4/Agents.html +1079 -0
  23. data/docs/Wazuh/Api/Endpoints/V4/Cache.html +195 -0
  24. data/docs/Wazuh/Api/Endpoints/V4/Ciscat.html +126 -0
  25. data/docs/Wazuh/Api/Endpoints/V4/Cluster.html +126 -0
  26. data/docs/Wazuh/Api/Endpoints/V4/Decoders.html +126 -0
  27. data/docs/Wazuh/Api/Endpoints/V4/Experimental.html +126 -0
  28. data/docs/Wazuh/Api/Endpoints/V4/Lists.html +126 -0
  29. data/docs/Wazuh/Api/Endpoints/V4/Manager.html +126 -0
  30. data/docs/Wazuh/Api/Endpoints/V4/Rootcheck.html +126 -0
  31. data/docs/Wazuh/Api/Endpoints/V4/Rules.html +126 -0
  32. data/docs/Wazuh/Api/Endpoints/V4/SecurityConfigurationAssessment.html +126 -0
  33. data/docs/Wazuh/Api/Endpoints/V4/Summary.html +126 -0
  34. data/docs/Wazuh/Api/Endpoints/V4/Syscheck.html +126 -0
  35. data/docs/Wazuh/Api/Endpoints/V4/Syscollector.html +126 -0
  36. data/docs/Wazuh/Api/Endpoints/V4/Vulnerabilities.html +399 -0
  37. data/docs/Wazuh/Api/Endpoints/V4.html +403 -0
  38. data/docs/Wazuh/Api/Endpoints.html +9 -14
  39. data/docs/Wazuh/Api/Errors/WazuhError.html +9 -9
  40. data/docs/Wazuh/Api/Errors.html +6 -6
  41. data/docs/Wazuh/Api.html +7 -7
  42. data/docs/Wazuh/Client.html +35 -190
  43. data/docs/Wazuh/Config.html +20 -11
  44. data/docs/Wazuh/Logger.html +6 -6
  45. data/docs/Wazuh/Sawyer/Connection/Token.html +208 -0
  46. data/docs/Wazuh/Sawyer/Connection.html +19 -7
  47. data/docs/Wazuh/Sawyer/Request.html +78 -6
  48. data/docs/Wazuh/Sawyer.html +8 -8
  49. data/docs/Wazuh.html +16 -16
  50. data/docs/WazuhRubyClient.html +7 -7
  51. data/docs/_index.html +149 -7
  52. data/docs/class_list.html +3 -3
  53. data/docs/css/style.css +2 -2
  54. data/docs/file.README.html +39 -18
  55. data/docs/file_list.html +2 -2
  56. data/docs/frames.html +2 -2
  57. data/docs/index.html +39 -18
  58. data/docs/js/app.js +25 -3
  59. data/docs/method_list.html +269 -69
  60. data/docs/top-level-namespace.html +6 -6
  61. data/lib/wazuh/api/endpoints/v4/vulnerabilities.rb +47 -0
  62. data/lib/wazuh/api/endpoints/v4.rb +2 -1
  63. data/lib/wazuh/sawyer/connection.rb +2 -2
  64. data/lib/wazuh/sawyer/request.rb +5 -2
  65. data/lib/wazuh/sawyer/token.rb +1 -1
  66. data/lib/wazuh/version.rb +1 -1
  67. data/lib/wazuh-ruby-client/version.rb +1 -1
  68. metadata +25 -5
@@ -0,0 +1,126 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Module: Wazuh::Api::Endpoints::V4::Experimental
8
+
9
+ &mdash; Documentation by YARD 0.9.25
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../../../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../../../../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Wazuh::Api::Endpoints::V4::Experimental";
19
+ relpath = '../../../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../../../../_index.html">Index (E)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../../../Wazuh.html" title="Wazuh (module)">Wazuh</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../Api.html" title="Wazuh::Api (module)">Api</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Endpoints.html" title="Wazuh::Api::Endpoints (module)">Endpoints</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">V4</a></span></span>
41
+ &raquo;
42
+ <span class="title">Experimental</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../../../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Module: Wazuh::Api::Endpoints::V4::Experimental
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+ <dl>
75
+ <dt>Includes:</dt>
76
+ <dd><span class='object_link'><a href="../Experimental.html" title="Wazuh::Api::Endpoints::Experimental (module)">Experimental</a></span></dd>
77
+ </dl>
78
+
79
+
80
+
81
+
82
+ <dl>
83
+ <dt>Included in:</dt>
84
+ <dd><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">Wazuh::Api::Endpoints::V4</a></span></dd>
85
+ </dl>
86
+
87
+
88
+
89
+ <dl>
90
+ <dt>Defined in:</dt>
91
+ <dd>lib/wazuh/api/endpoints/v4/experimental.rb</dd>
92
+ </dl>
93
+
94
+ </div>
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>Method Summary</h2>
111
+
112
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Experimental.html" title="Wazuh::Api::Endpoints::Experimental (module)">Experimental</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Experimental.html#experimental_ciscat_results-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_ciscat_results (method)">#experimental_ciscat_results</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_clear_syscheck_database-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_clear_syscheck_database (method)">#experimental_clear_syscheck_database</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_hardware-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_hardware (method)">#experimental_hardware</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_netaddr-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_netaddr (method)">#experimental_netaddr</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_netiface-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_netiface (method)">#experimental_netiface</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_netproto-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_netproto (method)">#experimental_netproto</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_os-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_os (method)">#experimental_os</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_packages-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_packages (method)">#experimental_packages</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_ports-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_ports (method)">#experimental_ports</a></span>, <span class='object_link'><a href="../Experimental.html#experimental_processes-instance_method" title="Wazuh::Api::Endpoints::Experimental#experimental_processes (method)">#experimental_processes</a></span></p>
114
+
115
+
116
+ </div>
117
+
118
+ <div id="footer">
119
+ Generated on Thu Feb 3 21:40:18 2022 by
120
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
+ 0.9.25 (ruby-2.6.3).
122
+ </div>
123
+
124
+ </div>
125
+ </body>
126
+ </html>
@@ -0,0 +1,126 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Module: Wazuh::Api::Endpoints::V4::Lists
8
+
9
+ &mdash; Documentation by YARD 0.9.25
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../../../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../../../../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Wazuh::Api::Endpoints::V4::Lists";
19
+ relpath = '../../../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../../../../_index.html">Index (L)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../../../Wazuh.html" title="Wazuh (module)">Wazuh</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../Api.html" title="Wazuh::Api (module)">Api</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Endpoints.html" title="Wazuh::Api::Endpoints (module)">Endpoints</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">V4</a></span></span>
41
+ &raquo;
42
+ <span class="title">Lists</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../../../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Module: Wazuh::Api::Endpoints::V4::Lists
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+ <dl>
75
+ <dt>Includes:</dt>
76
+ <dd><span class='object_link'><a href="../Lists.html" title="Wazuh::Api::Endpoints::Lists (module)">Lists</a></span></dd>
77
+ </dl>
78
+
79
+
80
+
81
+
82
+ <dl>
83
+ <dt>Included in:</dt>
84
+ <dd><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">Wazuh::Api::Endpoints::V4</a></span></dd>
85
+ </dl>
86
+
87
+
88
+
89
+ <dl>
90
+ <dt>Defined in:</dt>
91
+ <dd>lib/wazuh/api/endpoints/v4/lists.rb</dd>
92
+ </dl>
93
+
94
+ </div>
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>Method Summary</h2>
111
+
112
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Lists.html" title="Wazuh::Api::Endpoints::Lists (module)">Lists</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Lists.html#cdb_files_path-instance_method" title="Wazuh::Api::Endpoints::Lists#cdb_files_path (method)">#cdb_files_path</a></span>, <span class='object_link'><a href="../Lists.html#cdb_lists-instance_method" title="Wazuh::Api::Endpoints::Lists#cdb_lists (method)">#cdb_lists</a></span></p>
114
+
115
+
116
+ </div>
117
+
118
+ <div id="footer">
119
+ Generated on Thu Feb 3 21:40:18 2022 by
120
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
+ 0.9.25 (ruby-2.6.3).
122
+ </div>
123
+
124
+ </div>
125
+ </body>
126
+ </html>
@@ -0,0 +1,126 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Module: Wazuh::Api::Endpoints::V4::Manager
8
+
9
+ &mdash; Documentation by YARD 0.9.25
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../../../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../../../../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Wazuh::Api::Endpoints::V4::Manager";
19
+ relpath = '../../../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../../../../_index.html">Index (M)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../../../Wazuh.html" title="Wazuh (module)">Wazuh</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../Api.html" title="Wazuh::Api (module)">Api</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Endpoints.html" title="Wazuh::Api::Endpoints (module)">Endpoints</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">V4</a></span></span>
41
+ &raquo;
42
+ <span class="title">Manager</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../../../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Module: Wazuh::Api::Endpoints::V4::Manager
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+ <dl>
75
+ <dt>Includes:</dt>
76
+ <dd><span class='object_link'><a href="../Manager.html" title="Wazuh::Api::Endpoints::Manager (module)">Manager</a></span></dd>
77
+ </dl>
78
+
79
+
80
+
81
+
82
+ <dl>
83
+ <dt>Included in:</dt>
84
+ <dd><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">Wazuh::Api::Endpoints::V4</a></span></dd>
85
+ </dl>
86
+
87
+
88
+
89
+ <dl>
90
+ <dt>Defined in:</dt>
91
+ <dd>lib/wazuh/api/endpoints/v4/manager.rb</dd>
92
+ </dl>
93
+
94
+ </div>
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>Method Summary</h2>
111
+
112
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Manager.html" title="Wazuh::Api::Endpoints::Manager (module)">Manager</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Manager.html#check_manager_configuration-instance_method" title="Wazuh::Api::Endpoints::Manager#check_manager_configuration (method)">#check_manager_configuration</a></span>, <span class='object_link'><a href="../Manager.html#delete_manager_local_file-instance_method" title="Wazuh::Api::Endpoints::Manager#delete_manager_local_file (method)">#delete_manager_local_file</a></span>, <span class='object_link'><a href="../Manager.html#get_manager_local_file-instance_method" title="Wazuh::Api::Endpoints::Manager#get_manager_local_file (method)">#get_manager_local_file</a></span>, <span class='object_link'><a href="../Manager.html#manager_active_configuration-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_active_configuration (method)">#manager_active_configuration</a></span>, <span class='object_link'><a href="../Manager.html#manager_analysisd_stats-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_analysisd_stats (method)">#manager_analysisd_stats</a></span>, <span class='object_link'><a href="../Manager.html#manager_configuration-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_configuration (method)">#manager_configuration</a></span>, <span class='object_link'><a href="../Manager.html#manager_information-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_information (method)">#manager_information</a></span>, <span class='object_link'><a href="../Manager.html#manager_log-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_log (method)">#manager_log</a></span>, <span class='object_link'><a href="../Manager.html#manager_remoted_stats-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_remoted_stats (method)">#manager_remoted_stats</a></span>, <span class='object_link'><a href="../Manager.html#manager_stats-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_stats (method)">#manager_stats</a></span>, <span class='object_link'><a href="../Manager.html#manager_stats_by_hour-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_stats_by_hour (method)">#manager_stats_by_hour</a></span>, <span class='object_link'><a href="../Manager.html#manager_stats_by_weekly-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_stats_by_weekly (method)">#manager_stats_by_weekly</a></span>, <span class='object_link'><a href="../Manager.html#manager_status-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_status (method)">#manager_status</a></span>, <span class='object_link'><a href="../Manager.html#manager_summary_log-instance_method" title="Wazuh::Api::Endpoints::Manager#manager_summary_log (method)">#manager_summary_log</a></span>, <span class='object_link'><a href="../Manager.html#restart_manager-instance_method" title="Wazuh::Api::Endpoints::Manager#restart_manager (method)">#restart_manager</a></span>, <span class='object_link'><a href="../Manager.html#update_manager_local_file-instance_method" title="Wazuh::Api::Endpoints::Manager#update_manager_local_file (method)">#update_manager_local_file</a></span></p>
114
+
115
+
116
+ </div>
117
+
118
+ <div id="footer">
119
+ Generated on Thu Feb 3 21:40:18 2022 by
120
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
+ 0.9.25 (ruby-2.6.3).
122
+ </div>
123
+
124
+ </div>
125
+ </body>
126
+ </html>
@@ -0,0 +1,126 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Module: Wazuh::Api::Endpoints::V4::Rootcheck
8
+
9
+ &mdash; Documentation by YARD 0.9.25
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../../../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../../../../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Wazuh::Api::Endpoints::V4::Rootcheck";
19
+ relpath = '../../../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../../../../_index.html">Index (R)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../../../Wazuh.html" title="Wazuh (module)">Wazuh</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../Api.html" title="Wazuh::Api (module)">Api</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Endpoints.html" title="Wazuh::Api::Endpoints (module)">Endpoints</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">V4</a></span></span>
41
+ &raquo;
42
+ <span class="title">Rootcheck</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../../../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Module: Wazuh::Api::Endpoints::V4::Rootcheck
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+ <dl>
75
+ <dt>Includes:</dt>
76
+ <dd><span class='object_link'><a href="../Rootcheck.html" title="Wazuh::Api::Endpoints::Rootcheck (module)">Rootcheck</a></span></dd>
77
+ </dl>
78
+
79
+
80
+
81
+
82
+ <dl>
83
+ <dt>Included in:</dt>
84
+ <dd><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">Wazuh::Api::Endpoints::V4</a></span></dd>
85
+ </dl>
86
+
87
+
88
+
89
+ <dl>
90
+ <dt>Defined in:</dt>
91
+ <dd>lib/wazuh/api/endpoints/v4/rootcheck.rb</dd>
92
+ </dl>
93
+
94
+ </div>
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>Method Summary</h2>
111
+
112
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Rootcheck.html" title="Wazuh::Api::Endpoints::Rootcheck (module)">Rootcheck</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Rootcheck.html#cleak_rootcheck_database_for_agent-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#cleak_rootcheck_database_for_agent (method)">#cleak_rootcheck_database_for_agent</a></span>, <span class='object_link'><a href="../Rootcheck.html#clear_rootcheck_database-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#clear_rootcheck_database (method)">#clear_rootcheck_database</a></span>, <span class='object_link'><a href="../Rootcheck.html#rootcheck_cis_requirements-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#rootcheck_cis_requirements (method)">#rootcheck_cis_requirements</a></span>, <span class='object_link'><a href="../Rootcheck.html#rootcheck_database-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#rootcheck_database (method)">#rootcheck_database</a></span>, <span class='object_link'><a href="../Rootcheck.html#rootcheck_last_scan-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#rootcheck_last_scan (method)">#rootcheck_last_scan</a></span>, <span class='object_link'><a href="../Rootcheck.html#rootcheck_pic_requirements-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#rootcheck_pic_requirements (method)">#rootcheck_pic_requirements</a></span>, <span class='object_link'><a href="../Rootcheck.html#run_rootcheck-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#run_rootcheck (method)">#run_rootcheck</a></span>, <span class='object_link'><a href="../Rootcheck.html#run_rootcheck_all_agents-instance_method" title="Wazuh::Api::Endpoints::Rootcheck#run_rootcheck_all_agents (method)">#run_rootcheck_all_agents</a></span></p>
114
+
115
+
116
+ </div>
117
+
118
+ <div id="footer">
119
+ Generated on Thu Feb 3 21:40:18 2022 by
120
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
+ 0.9.25 (ruby-2.6.3).
122
+ </div>
123
+
124
+ </div>
125
+ </body>
126
+ </html>
@@ -0,0 +1,126 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Module: Wazuh::Api::Endpoints::V4::Rules
8
+
9
+ &mdash; Documentation by YARD 0.9.25
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../../../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../../../../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Wazuh::Api::Endpoints::V4::Rules";
19
+ relpath = '../../../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../../../../_index.html">Index (R)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../../../Wazuh.html" title="Wazuh (module)">Wazuh</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../Api.html" title="Wazuh::Api (module)">Api</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Endpoints.html" title="Wazuh::Api::Endpoints (module)">Endpoints</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">V4</a></span></span>
41
+ &raquo;
42
+ <span class="title">Rules</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../../../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Module: Wazuh::Api::Endpoints::V4::Rules
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+ <dl>
75
+ <dt>Includes:</dt>
76
+ <dd><span class='object_link'><a href="../Rules.html" title="Wazuh::Api::Endpoints::Rules (module)">Rules</a></span></dd>
77
+ </dl>
78
+
79
+
80
+
81
+
82
+ <dl>
83
+ <dt>Included in:</dt>
84
+ <dd><span class='object_link'><a href="../V4.html" title="Wazuh::Api::Endpoints::V4 (module)">Wazuh::Api::Endpoints::V4</a></span></dd>
85
+ </dl>
86
+
87
+
88
+
89
+ <dl>
90
+ <dt>Defined in:</dt>
91
+ <dd>lib/wazuh/api/endpoints/v4/rules.rb</dd>
92
+ </dl>
93
+
94
+ </div>
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>Method Summary</h2>
111
+
112
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Rules.html" title="Wazuh::Api::Endpoints::Rules (module)">Rules</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Rules.html#all_rules-instance_method" title="Wazuh::Api::Endpoints::Rules#all_rules (method)">#all_rules</a></span>, <span class='object_link'><a href="../Rules.html#gdpr_rules-instance_method" title="Wazuh::Api::Endpoints::Rules#gdpr_rules (method)">#gdpr_rules</a></span>, <span class='object_link'><a href="../Rules.html#gpg13_rules-instance_method" title="Wazuh::Api::Endpoints::Rules#gpg13_rules (method)">#gpg13_rules</a></span>, <span class='object_link'><a href="../Rules.html#hipaa_rules-instance_method" title="Wazuh::Api::Endpoints::Rules#hipaa_rules (method)">#hipaa_rules</a></span>, <span class='object_link'><a href="../Rules.html#nist_800_53_rules-instance_method" title="Wazuh::Api::Endpoints::Rules#nist_800_53_rules (method)">#nist_800_53_rules</a></span>, <span class='object_link'><a href="../Rules.html#pic_rules-instance_method" title="Wazuh::Api::Endpoints::Rules#pic_rules (method)">#pic_rules</a></span>, <span class='object_link'><a href="../Rules.html#rule_by_id-instance_method" title="Wazuh::Api::Endpoints::Rules#rule_by_id (method)">#rule_by_id</a></span>, <span class='object_link'><a href="../Rules.html#rule_files-instance_method" title="Wazuh::Api::Endpoints::Rules#rule_files (method)">#rule_files</a></span>, <span class='object_link'><a href="../Rules.html#rules_groups-instance_method" title="Wazuh::Api::Endpoints::Rules#rules_groups (method)">#rules_groups</a></span></p>
114
+
115
+
116
+ </div>
117
+
118
+ <div id="footer">
119
+ Generated on Thu Feb 3 21:40:18 2022 by
120
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
+ 0.9.25 (ruby-2.6.3).
122
+ </div>
123
+
124
+ </div>
125
+ </body>
126
+ </html>