Skip to content

Commit a9ce32f

Browse files
committed
return 422 response code for logs indexes creation when max limit is reached (DataDog#2596)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 39ea936
1 parent e96d0d0 commit a9ce32f

File tree

361 files changed

+4261
-3945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+4261
-3945
lines changed

DatadogAPIClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h3 class="signature first" id="configure-class_method">
250250
</div>
251251

252252
<div id="footer">
253-
Generated on Mon Aug 25 10:26:00 2025 by
253+
Generated on Mon Aug 25 17:53:00 2025 by
254254
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
255255
0.9.37 (ruby-2.7.8).
256256
</div>

DatadogAPIClient/Configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@ <h3 class="signature " id="server_url-instance_method">
47324732
</div>
47334733

47344734
<div id="footer">
4735-
Generated on Mon Aug 25 10:26:02 2025 by
4735+
Generated on Mon Aug 25 17:53:02 2025 by
47364736
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
47374737
0.9.37 (ruby-2.7.8).
47384738
</div>

DatadogAPIClient/DatadogAPIClientInflector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7535,7 +7535,7 @@ <h3 class="signature " id="overrides-instance_method">
75357535
</div>
75367536

75377537
<div id="footer">
7538-
Generated on Mon Aug 25 10:26:02 2025 by
7538+
Generated on Mon Aug 25 17:53:02 2025 by
75397539
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
75407540
0.9.37 (ruby-2.7.8).
75417541
</div>

DatadogAPIClient/UnparsedObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3 class="signature first" id="to_hash-instance_method">
329329
</div>
330330

331331
<div id="footer">
332-
Generated on Mon Aug 25 10:26:02 2025 by
332+
Generated on Mon Aug 25 17:53:02 2025 by
333333
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
334334
0.9.37 (ruby-2.7.8).
335335
</div>

DatadogAPIClient/V1.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

DatadogAPIClient/V1/LogsAPI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ <h3 class="signature " id="submit_log_with_http_info-instance_method">
929929
</div>
930930

931931
<div id="footer">
932-
Generated on Mon Aug 25 10:26:02 2025 by
932+
Generated on Mon Aug 25 17:53:03 2025 by
933933
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
934934
0.9.37 (ruby-2.7.8).
935935
</div>
Lines changed: 293 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,293 @@
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: DatadogAPIClient::V1::LogsAPILimitReachedResponse
8+
9+
&mdash; datadog-api-client 2.40.0 documentation
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 = "DatadogAPIClient::V1::LogsAPILimitReachedResponse";
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="../../DatadogAPIClient.html" title="DatadogAPIClient (module)">DatadogAPIClient</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../V1.html" title="DatadogAPIClient::V1 (module)">V1</a></span></span>
41+
&raquo;
42+
<span class="title">LogsAPILimitReachedResponse</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: DatadogAPIClient::V1::LogsAPILimitReachedResponse
63+
64+
65+
66+
</h1>
67+
<div class="box_info">
68+
69+
<dl>
70+
<dt>Inherits:</dt>
71+
<dd>
72+
<span class="inheritName">Object</span>
73+
74+
<ul class="fullTree">
75+
<li>Object</li>
76+
77+
<li class="next">DatadogAPIClient::V1::LogsAPILimitReachedResponse</li>
78+
79+
</ul>
80+
<a href="#" class="inheritanceTree">show all</a>
81+
82+
</dd>
83+
</dl>
84+
85+
86+
87+
88+
89+
90+
<dl>
91+
<dt>Includes:</dt>
92+
<dd><span class='object_link'><a href="BaseGenericModel.html" title="DatadogAPIClient::V1::BaseGenericModel (module)">BaseGenericModel</a></span></dd>
93+
</dl>
94+
95+
96+
97+
98+
99+
100+
<dl>
101+
<dt>Defined in:</dt>
102+
<dd>lib/datadog_api_client/v1/models/logs_api_limit_reached_response.rb</dd>
103+
</dl>
104+
105+
</div>
106+
107+
<h2>Overview</h2><div class="docstring">
108+
<div class="discussion">
109+
<p>Response returned by the Logs API when the max limit has been reached.</p>
110+
111+
112+
</div>
113+
</div>
114+
<div class="tags">
115+
116+
117+
</div>
118+
119+
120+
121+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
122+
<ul class="summary">
123+
124+
<li class="public ">
125+
<span class="summary_signature">
126+
127+
<a href="#additional_properties-instance_method" title="#additional_properties (instance method)">#<strong>additional_properties</strong> &#x21d2; Object </a>
128+
129+
130+
131+
</span>
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
<span class="summary_desc"><div class='inline'><p>Returns the value of attribute additional_properties.</p>
145+
</div></span>
146+
147+
</li>
148+
149+
150+
<li class="public ">
151+
<span class="summary_signature">
152+
153+
<a href="#error-instance_method" title="#error (instance method)">#<strong>error</strong> &#x21d2; Object </a>
154+
155+
156+
157+
</span>
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
<span class="summary_desc"><div class='inline'><p>Error returned by the Logs API.</p>
171+
</div></span>
172+
173+
</li>
174+
175+
176+
</ul>
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
188+
<h2>Method Summary</h2>
189+
190+
<h3 class="inherited">Methods included from <span class='object_link'><a href="BaseGenericModel.html" title="DatadogAPIClient::V1::BaseGenericModel (module)">BaseGenericModel</a></span></h3>
191+
<p class="inherited"><span class='object_link'><a href="BaseGenericModel.html#included-class_method" title="DatadogAPIClient::V1::BaseGenericModel.included (method)">included</a></span></p>
192+
193+
<div id="instance_attr_details" class="attr_details">
194+
<h2>Instance Attribute Details</h2>
195+
196+
197+
<span id="additional_properties=-instance_method"></span>
198+
<div class="method_details first">
199+
<h3 class="signature first" id="additional_properties-instance_method">
200+
201+
#<strong>additional_properties</strong> &#x21d2; <tt>Object</tt>
202+
203+
204+
205+
206+
207+
</h3><div class="docstring">
208+
<div class="discussion">
209+
<p>Returns the value of attribute additional_properties.</p>
210+
211+
212+
</div>
213+
</div>
214+
<div class="tags">
215+
216+
217+
</div><table class="source_code">
218+
<tr>
219+
<td>
220+
<pre class="lines">
221+
222+
223+
27
224+
28
225+
29</pre>
226+
</td>
227+
<td>
228+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/v1/models/logs_api_limit_reached_response.rb', line 27</span>
229+
230+
<span class='kw'>def</span> <span class='id identifier rubyid_additional_properties'>additional_properties</span>
231+
<span class='ivar'>@additional_properties</span>
232+
<span class='kw'>end</span></pre>
233+
</td>
234+
</tr>
235+
</table>
236+
</div>
237+
238+
239+
<span id="error=-instance_method"></span>
240+
<div class="method_details ">
241+
<h3 class="signature " id="error-instance_method">
242+
243+
#<strong>error</strong> &#x21d2; <tt>Object</tt>
244+
245+
246+
247+
248+
249+
</h3><div class="docstring">
250+
<div class="discussion">
251+
<p>Error returned by the Logs API</p>
252+
253+
254+
</div>
255+
</div>
256+
<div class="tags">
257+
258+
259+
</div><table class="source_code">
260+
<tr>
261+
<td>
262+
<pre class="lines">
263+
264+
265+
25
266+
26
267+
27</pre>
268+
</td>
269+
<td>
270+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/v1/models/logs_api_limit_reached_response.rb', line 25</span>
271+
272+
<span class='kw'>def</span> <span class='id identifier rubyid_error'>error</span>
273+
<span class='ivar'>@error</span>
274+
<span class='kw'>end</span></pre>
275+
</td>
276+
</tr>
277+
</table>
278+
</div>
279+
280+
</div>
281+
282+
283+
</div>
284+
285+
<div id="footer">
286+
Generated on Mon Aug 25 17:53:09 2025 by
287+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288+
0.9.37 (ruby-2.7.8).
289+
</div>
290+
291+
</div>
292+
</body>
293+
</html>

DatadogAPIClient/V1/LogsDecoderProcessor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ <h3 class="signature " id="type-instance_method">
703703
</div>
704704

705705
<div id="footer">
706-
Generated on Mon Aug 25 10:26:08 2025 by
706+
Generated on Mon Aug 25 17:53:08 2025 by
707707
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
708708
0.9.37 (ruby-2.7.8).
709709
</div>

DatadogAPIClient/V1/LogsDecoderProcessorBinaryToTextEncoding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3 class="inherited">Methods included from <span class='object_link'><a href="B
158158
</div>
159159

160160
<div id="footer">
161-
Generated on Mon Aug 25 10:26:09 2025 by
161+
Generated on Mon Aug 25 17:53:09 2025 by
162162
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
163163
0.9.37 (ruby-2.7.8).
164164
</div>

DatadogAPIClient/V1/LogsDecoderProcessorInputRepresentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3 class="inherited">Methods included from <span class='object_link'><a href="B
158158
</div>
159159

160160
<div id="footer">
161-
Generated on Mon Aug 25 10:26:09 2025 by
161+
Generated on Mon Aug 25 17:53:09 2025 by
162162
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
163163
0.9.37 (ruby-2.7.8).
164164
</div>

0 commit comments

Comments
 (0)