wazuh-ruby-client 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/docs/Wazuh.html +4 -4
  4. data/docs/Wazuh/Api.html +2 -2
  5. data/docs/Wazuh/Api/Endpoints.html +3 -3
  6. data/docs/Wazuh/Api/Endpoints/ActiveResponse.html +1 -1
  7. data/docs/Wazuh/Api/Endpoints/Agents.html +3218 -594
  8. data/docs/Wazuh/Api/Endpoints/Cache.html +1 -1
  9. data/docs/Wazuh/Api/Endpoints/Ciscat.html +5 -3
  10. data/docs/Wazuh/Api/Endpoints/Cluster.html +48 -44
  11. data/docs/Wazuh/Api/Endpoints/Decoders.html +25 -17
  12. data/docs/Wazuh/Api/Endpoints/Experimental.html +60 -42
  13. data/docs/Wazuh/Api/Endpoints/Lists.html +15 -11
  14. data/docs/Wazuh/Api/Endpoints/Manager.html +26 -24
  15. data/docs/Wazuh/Api/Endpoints/Rootcheck.html +26 -20
  16. data/docs/Wazuh/Api/Endpoints/Rules.html +60 -42
  17. data/docs/Wazuh/Api/Endpoints/SecurityConfigurationAssessment.html +11 -7
  18. data/docs/Wazuh/Api/Endpoints/Summary.html +1 -1
  19. data/docs/Wazuh/Api/Endpoints/Syscheck.html +29 -30
  20. data/docs/Wazuh/Api/Endpoints/Syscollector.html +43 -31
  21. data/docs/Wazuh/Api/Errors.html +3 -5
  22. data/docs/Wazuh/Api/Errors/WazuhError.html +79 -7
  23. data/docs/Wazuh/Client.html +6 -6
  24. data/docs/Wazuh/Config.html +1 -1
  25. data/docs/Wazuh/Logger.html +1 -1
  26. data/docs/Wazuh/{Faraday.html → Sawyer.html} +9 -9
  27. data/docs/Wazuh/{Faraday → Sawyer}/Connection.html +6 -6
  28. data/docs/Wazuh/{Faraday → Sawyer}/Request.html +10 -10
  29. data/docs/WazuhRubyClient.html +2 -2
  30. data/docs/_index.html +15 -52
  31. data/docs/class_list.html +1 -1
  32. data/docs/file.README.html +138 -2
  33. data/docs/index.html +138 -2
  34. data/docs/method_list.html +219 -83
  35. data/docs/top-level-namespace.html +1 -1
  36. data/lib/wazuh-ruby-client/version.rb +1 -1
  37. data/lib/wazuh/api/endpoints/agents.rb +2 -1
  38. data/lib/wazuh/version.rb +1 -1
  39. metadata +6 -11
  40. data/docs/.nojekyll +0 -0
  41. data/docs/Wazuh/Api/Errors/TooManyRequestsError.html +0 -398
  42. data/docs/Wazuh/Faraday/Response.html +0 -115
  43. data/docs/Wazuh/Faraday/Response/RaiseError.html +0 -191
@@ -1,115 +0,0 @@
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::Faraday::Response
8
-
9
- &mdash; Documentation by YARD 0.9.16
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "Wazuh::Faraday::Response";
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="../Faraday.html" title="Wazuh::Faraday (module)">Faraday</a></span></span>
41
- &raquo;
42
- <span class="title">Response</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::Faraday::Response
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
- <dl>
80
- <dt>Defined in:</dt>
81
- <dd>lib/wazuh/faraday/response/raise_error.rb</dd>
82
- </dl>
83
-
84
- </div>
85
-
86
- <h2>Defined Under Namespace</h2>
87
- <p class="children">
88
-
89
-
90
-
91
-
92
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="Response/RaiseError.html" title="Wazuh::Faraday::Response::RaiseError (class)">RaiseError</a></span>
93
-
94
-
95
- </p>
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
- </div>
106
-
107
- <div id="footer">
108
- Generated on Sat Jan 25 00:19:41 2020 by
109
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
- 0.9.16 (ruby-2.5.1).
111
- </div>
112
-
113
- </div>
114
- </body>
115
- </html>
@@ -1,191 +0,0 @@
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
- Class: Wazuh::Faraday::Response::RaiseError
8
-
9
- &mdash; Documentation by YARD 0.9.16
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "Wazuh::Faraday::Response::RaiseError";
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="../../Faraday.html" title="Wazuh::Faraday (module)">Faraday</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Response.html" title="Wazuh::Faraday::Response (module)">Response</a></span></span>
41
- &raquo;
42
- <span class="title">RaiseError</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>Class: Wazuh::Faraday::Response::RaiseError
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName">Faraday::Response::Middleware</span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">Faraday::Response::Middleware</li>
78
-
79
- <li class="next">Wazuh::Faraday::Response::RaiseError</li>
80
-
81
- </ul>
82
- <a href="#" class="inheritanceTree">show all</a>
83
-
84
- </dd>
85
- </dl>
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
- <dl>
98
- <dt>Defined in:</dt>
99
- <dd>lib/wazuh/faraday/response/raise_error.rb</dd>
100
- </dl>
101
-
102
- </div>
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
- <h2>
113
- Instance Method Summary
114
- <small><a href="#" class="summary_toggle">collapse</a></small>
115
- </h2>
116
-
117
- <ul class="summary">
118
-
119
- <li class="public ">
120
- <span class="summary_signature">
121
-
122
- <a href="#on_complete-instance_method" title="#on_complete (instance method)">#<strong>on_complete</strong>(env) &#x21d2; Object </a>
123
-
124
-
125
-
126
- </span>
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
- <span class="summary_desc"><div class='inline'></div></span>
137
-
138
- </li>
139
-
140
-
141
- </ul>
142
-
143
-
144
-
145
-
146
-
147
- <div id="instance_method_details" class="method_details_list">
148
- <h2>Instance Method Details</h2>
149
-
150
-
151
- <div class="method_details first">
152
- <h3 class="signature first" id="on_complete-instance_method">
153
-
154
- #<strong>on_complete</strong>(env) &#x21d2; <tt>Object</tt>
155
-
156
-
157
-
158
-
159
-
160
- </h3><table class="source_code">
161
- <tr>
162
- <td>
163
- <pre class="lines">
164
-
165
-
166
- 6
167
- 7</pre>
168
- </td>
169
- <td>
170
- <pre class="code"><span class="info file"># File 'lib/wazuh/faraday/response/raise_error.rb', line 6</span>
171
-
172
- <span class='kw'>def</span> <span class='id identifier rubyid_on_complete'>on_complete</span><span class='lparen'>(</span><span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span>
173
- <span class='kw'>end</span></pre>
174
- </td>
175
- </tr>
176
- </table>
177
- </div>
178
-
179
- </div>
180
-
181
- </div>
182
-
183
- <div id="footer">
184
- Generated on Sat Jan 25 00:19:41 2020 by
185
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
186
- 0.9.16 (ruby-2.5.1).
187
- </div>
188
-
189
- </div>
190
- </body>
191
- </html>