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,195 @@
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::Cache
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::Cache";
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 (C)</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">Cache</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::Cache
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="../Cache.html" title="Wazuh::Api::Endpoints::Cache (module)">Cache</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/cache.rb</dd>
92
+ </dl>
93
+
94
+ </div>
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ <h2>
105
+ Instance Method Summary
106
+ <small><a href="#" class="summary_toggle">collapse</a></small>
107
+ </h2>
108
+
109
+ <ul class="summary">
110
+
111
+ <li class="public ">
112
+ <span class="summary_signature">
113
+
114
+ <a href="#cache_config-instance_method" title="#cache_config (instance method)">#<strong>cache_config</strong> &#x21d2; Object </a>
115
+
116
+
117
+
118
+ </span>
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+ <span class="summary_desc"><div class='inline'></div></span>
129
+
130
+ </li>
131
+
132
+
133
+ </ul>
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="../Cache.html" title="Wazuh::Api::Endpoints::Cache (module)">Cache</a></span></h3>
146
+ <p class="inherited"><span class='object_link'><a href="../Cache.html#cache_index-instance_method" title="Wazuh::Api::Endpoints::Cache#cache_index (method)">#cache_index</a></span>, <span class='object_link'><a href="../Cache.html#clear_cache-instance_method" title="Wazuh::Api::Endpoints::Cache#clear_cache (method)">#clear_cache</a></span>, <span class='object_link'><a href="../Cache.html#clear_group_cache-instance_method" title="Wazuh::Api::Endpoints::Cache#clear_group_cache (method)">#clear_group_cache</a></span></p>
147
+
148
+
149
+ <div id="instance_method_details" class="method_details_list">
150
+ <h2>Instance Method Details</h2>
151
+
152
+
153
+ <div class="method_details first">
154
+ <h3 class="signature first" id="cache_config-instance_method">
155
+
156
+ #<strong>cache_config</strong> &#x21d2; <tt>Object</tt>
157
+
158
+
159
+
160
+
161
+
162
+ </h3><table class="source_code">
163
+ <tr>
164
+ <td>
165
+ <pre class="lines">
166
+
167
+
168
+ 7
169
+ 8
170
+ 9</pre>
171
+ </td>
172
+ <td>
173
+ <pre class="code"><span class="info file"># File 'lib/wazuh/api/endpoints/v4/cache.rb', line 7</span>
174
+
175
+ <span class='kw'>def</span> <span class='id identifier rubyid_cache_config'>cache_config</span>
176
+ <span class='id identifier rubyid_get'>get</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>/cluster/api/config</span><span class='tstring_end'>&quot;</span></span>
177
+ <span class='kw'>end</span></pre>
178
+ </td>
179
+ </tr>
180
+ </table>
181
+ </div>
182
+
183
+ </div>
184
+
185
+ </div>
186
+
187
+ <div id="footer">
188
+ Generated on Thu Feb 3 21:40:18 2022 by
189
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
190
+ 0.9.25 (ruby-2.6.3).
191
+ </div>
192
+
193
+ </div>
194
+ </body>
195
+ </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::Ciscat
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::Ciscat";
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 (C)</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">Ciscat</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::Ciscat
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="../Ciscat.html" title="Wazuh::Api::Endpoints::Ciscat (module)">Ciscat</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/ciscat.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="../Ciscat.html" title="Wazuh::Api::Endpoints::Ciscat (module)">Ciscat</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Ciscat.html#ciscat_result-instance_method" title="Wazuh::Api::Endpoints::Ciscat#ciscat_result (method)">#ciscat_result</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::Cluster
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::Cluster";
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 (C)</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">Cluster</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::Cluster
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="../Cluster.html" title="Wazuh::Api::Endpoints::Cluster (module)">Cluster</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/cluster.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="../Cluster.html" title="Wazuh::Api::Endpoints::Cluster (module)">Cluster</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Cluster.html#analysisd_stats-instance_method" title="Wazuh::Api::Endpoints::Cluster#analysisd_stats (method)">#analysisd_stats</a></span>, <span class='object_link'><a href="../Cluster.html#check_configuration-instance_method" title="Wazuh::Api::Endpoints::Cluster#check_configuration (method)">#check_configuration</a></span>, <span class='object_link'><a href="../Cluster.html#check_configuration_by_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#check_configuration_by_node (method)">#check_configuration_by_node</a></span>, <span class='object_link'><a href="../Cluster.html#cluster_configuration-instance_method" title="Wazuh::Api::Endpoints::Cluster#cluster_configuration (method)">#cluster_configuration</a></span>, <span class='object_link'><a href="../Cluster.html#cluster_healthcheck-instance_method" title="Wazuh::Api::Endpoints::Cluster#cluster_healthcheck (method)">#cluster_healthcheck</a></span>, <span class='object_link'><a href="../Cluster.html#cluster_logs_by_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#cluster_logs_by_node (method)">#cluster_logs_by_node</a></span>, <span class='object_link'><a href="../Cluster.html#cluster_logs_summary_by_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#cluster_logs_summary_by_node (method)">#cluster_logs_summary_by_node</a></span>, <span class='object_link'><a href="../Cluster.html#cluster_status-instance_method" title="Wazuh::Api::Endpoints::Cluster#cluster_status (method)">#cluster_status</a></span>, <span class='object_link'><a href="../Cluster.html#component_configuration_by_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#component_configuration_by_node (method)">#component_configuration_by_node</a></span>, <span class='object_link'><a href="../Cluster.html#configuration_by_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#configuration_by_node (method)">#configuration_by_node</a></span>, <span class='object_link'><a href="../Cluster.html#delete_remote_file-instance_method" title="Wazuh::Api::Endpoints::Cluster#delete_remote_file (method)">#delete_remote_file</a></span>, <span class='object_link'><a href="../Cluster.html#get_remote_file-instance_method" title="Wazuh::Api::Endpoints::Cluster#get_remote_file (method)">#get_remote_file</a></span>, <span class='object_link'><a href="../Cluster.html#local_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#local_node (method)">#local_node</a></span>, <span class='object_link'><a href="../Cluster.html#node-instance_method" title="Wazuh::Api::Endpoints::Cluster#node (method)">#node</a></span>, <span class='object_link'><a href="../Cluster.html#node_info-instance_method" title="Wazuh::Api::Endpoints::Cluster#node_info (method)">#node_info</a></span>, <span class='object_link'><a href="../Cluster.html#node_status-instance_method" title="Wazuh::Api::Endpoints::Cluster#node_status (method)">#node_status</a></span>, <span class='object_link'><a href="../Cluster.html#nodes-instance_method" title="Wazuh::Api::Endpoints::Cluster#nodes (method)">#nodes</a></span>, <span class='object_link'><a href="../Cluster.html#nodes_stats-instance_method" title="Wazuh::Api::Endpoints::Cluster#nodes_stats (method)">#nodes_stats</a></span>, <span class='object_link'><a href="../Cluster.html#nodes_stats_by_hourly-instance_method" title="Wazuh::Api::Endpoints::Cluster#nodes_stats_by_hourly (method)">#nodes_stats_by_hourly</a></span>, <span class='object_link'><a href="../Cluster.html#nodes_stats_by_weekly-instance_method" title="Wazuh::Api::Endpoints::Cluster#nodes_stats_by_weekly (method)">#nodes_stats_by_weekly</a></span>, <span class='object_link'><a href="../Cluster.html#remoted_stats-instance_method" title="Wazuh::Api::Endpoints::Cluster#remoted_stats (method)">#remoted_stats</a></span>, <span class='object_link'><a href="../Cluster.html#restart_all_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#restart_all_node (method)">#restart_all_node</a></span>, <span class='object_link'><a href="../Cluster.html#restart_node-instance_method" title="Wazuh::Api::Endpoints::Cluster#restart_node (method)">#restart_node</a></span>, <span class='object_link'><a href="../Cluster.html#update_remote_file-instance_method" title="Wazuh::Api::Endpoints::Cluster#update_remote_file (method)">#update_remote_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::Decoders
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::Decoders";
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 (D)</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">Decoders</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::Decoders
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="../Decoders.html" title="Wazuh::Api::Endpoints::Decoders (module)">Decoders</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/decoders.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="../Decoders.html" title="Wazuh::Api::Endpoints::Decoders (module)">Decoders</a></span></h3>
113
+ <p class="inherited"><span class='object_link'><a href="../Decoders.html#all_decoders-instance_method" title="Wazuh::Api::Endpoints::Decoders#all_decoders (method)">#all_decoders</a></span>, <span class='object_link'><a href="../Decoders.html#all_decoders_files-instance_method" title="Wazuh::Api::Endpoints::Decoders#all_decoders_files (method)">#all_decoders_files</a></span>, <span class='object_link'><a href="../Decoders.html#all_parent_decoders-instance_method" title="Wazuh::Api::Endpoints::Decoders#all_parent_decoders (method)">#all_parent_decoders</a></span>, <span class='object_link'><a href="../Decoders.html#decoders_by_name-instance_method" title="Wazuh::Api::Endpoints::Decoders#decoders_by_name (method)">#decoders_by_name</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>