Skip to content

Commit 6df3673

Browse files
Marks the paths as unstable since the API is in private beta (#2146)
Co-authored-by: ci.datadog-api-spec <[email protected]> 4491f95
1 parent c9049c3 commit 6df3673

File tree

2,761 files changed

+2895
-2853
lines changed

Some content is hidden

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

2,761 files changed

+2895
-2853
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 Fri Dec 13 15:29:18 2024 by
253+
Generated on Fri Dec 13 16:09:24 2024 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/APIClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2897,7 +2897,7 @@ <h3 class="signature " id="user_agent=-instance_method">
28972897
</div>
28982898

28992899
<div id="footer">
2900-
Generated on Fri Dec 13 15:30:16 2024 by
2900+
Generated on Fri Dec 13 16:10:19 2024 by
29012901
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
29022902
0.9.37 (ruby-2.7.8).
29032903
</div>

DatadogAPIClient/APIError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ <h3 class="signature " id="to_s-instance_method">
583583
</div>
584584

585585
<div id="footer">
586-
Generated on Fri Dec 13 15:30:16 2024 by
586+
Generated on Fri Dec 13 16:10:19 2024 by
587587
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
588588
0.9.37 (ruby-2.7.8).
589589
</div>

DatadogAPIClient/Configuration.html

Lines changed: 54 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,10 @@ <h3 class="signature first" id="initialize-instance_method">
14331433
264
14341434
265
14351435
266
1436-
267</pre>
1436+
267
1437+
268
1438+
269
1439+
270</pre>
14371440
</td>
14381441
<td>
14391442
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 162</span>
@@ -1476,6 +1479,9 @@ <h3 class="signature first" id="initialize-instance_method">
14761479
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.get_active_billing_dimensions</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
14771480
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.get_billing_dimension_mapping</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
14781481
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.get_monthly_cost_attribution</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
1482+
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.cancel_data_deletion_request</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
1483+
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.create_data_deletion_request</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
1484+
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.get_data_deletion_requests</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
14791485
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.create_dora_deployment</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
14801486
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.create_dora_incident</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
14811487
<span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>v2.create_incident</span><span class='label_end'>&quot;:</span> <span class='kw'>false</span><span class='comma'>,</span>
@@ -3220,12 +3226,12 @@ <h3 class="signature first" id="default-class_method">
32203226
<pre class="lines">
32213227

32223228

3223-
270
3224-
271
3225-
272</pre>
3229+
273
3230+
274
3231+
275</pre>
32263232
</td>
32273233
<td>
3228-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 270</span>
3234+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 273</span>
32293235

32303236
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_default'>default</span>
32313237
<span class='cvar'>@@default</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="" title="DatadogAPIClient::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="DatadogAPIClient::Configuration#initialize (method)">new</a></span></span>
@@ -3285,18 +3291,18 @@ <h3 class="signature first" id="api_key_with_prefix-instance_method">
32853291
<pre class="lines">
32863292

32873293

3288-
311
3289-
312
3290-
313
32913294
314
32923295
315
32933296
316
32943297
317
32953298
318
3296-
319</pre>
3299+
319
3300+
320
3301+
321
3302+
322</pre>
32973303
</td>
32983304
<td>
3299-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 311</span>
3305+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 314</span>
33003306

33013307
<span class='kw'>def</span> <span class='id identifier rubyid_api_key_with_prefix'>api_key_with_prefix</span><span class='lparen'>(</span><span class='id identifier rubyid_param_name'>param_name</span><span class='comma'>,</span> <span class='id identifier rubyid_param_alias'>param_alias</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
33023308
<span class='id identifier rubyid_key'>key</span> <span class='op'>=</span> <span class='ivar'>@api_key</span><span class='lbracket'>[</span><span class='id identifier rubyid_param_name'>param_name</span><span class='rbracket'>]</span>
@@ -3337,12 +3343,12 @@ <h3 class="signature " id="application_key=-instance_method">
33373343
<pre class="lines">
33383344

33393345

3340-
327
3341-
328
3342-
329</pre>
3346+
330
3347+
331
3348+
332</pre>
33433349
</td>
33443350
<td>
3345-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 327</span>
3351+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 330</span>
33463352

33473353
<span class='kw'>def</span> <span class='id identifier rubyid_application_key='>application_key=</span><span class='lparen'>(</span><span class='id identifier rubyid_app_key'>app_key</span><span class='rparen'>)</span>
33483354
<span class='ivar'>@api_key</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>appKeyAuth</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_app_key'>app_key</span>
@@ -3377,9 +3383,6 @@ <h3 class="signature " id="auth_settings-instance_method">
33773383
<pre class="lines">
33783384

33793385

3380-
337
3381-
338
3382-
339
33833386
340
33843387
341
33853388
342
@@ -3401,10 +3404,13 @@ <h3 class="signature " id="auth_settings-instance_method">
34013404
358
34023405
359
34033406
360
3404-
361</pre>
3407+
361
3408+
362
3409+
363
3410+
364</pre>
34053411
</td>
34063412
<td>
3407-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 337</span>
3413+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 340</span>
34083414

34093415
<span class='kw'>def</span> <span class='id identifier rubyid_auth_settings'>auth_settings</span>
34103416
<span class='lbrace'>{</span>
@@ -3461,15 +3467,15 @@ <h3 class="signature " id="base_url-instance_method">
34613467
<pre class="lines">
34623468

34633469

3464-
302
3465-
303
3466-
304
34673470
305
34683471
306
3469-
307</pre>
3472+
307
3473+
308
3474+
309
3475+
310</pre>
34703476
</td>
34713477
<td>
3472-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 302</span>
3478+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 305</span>
34733479

34743480
<span class='kw'>def</span> <span class='id identifier rubyid_base_url'>base_url</span><span class='lparen'>(</span><span class='id identifier rubyid_operation'>operation</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
34753481
<span class='id identifier rubyid_index'>index</span> <span class='op'>=</span> <span class='id identifier rubyid_server_operation_index'>server_operation_index</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='id identifier rubyid_operation'>operation</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='comma'>,</span> <span class='id identifier rubyid_server_index'>server_index</span><span class='rparen'>)</span>
@@ -3507,12 +3513,12 @@ <h3 class="signature " id="basic_auth_token-instance_method">
35073513
<pre class="lines">
35083514

35093515

3510-
332
3511-
333
3512-
334</pre>
3516+
335
3517+
336
3518+
337</pre>
35133519
</td>
35143520
<td>
3515-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 332</span>
3521+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 335</span>
35163522

35173523
<span class='kw'>def</span> <span class='id identifier rubyid_basic_auth_token'>basic_auth_token</span>
35183524
<span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>Basic </span><span class='tstring_end'>&#39;</span></span> <span class='op'>+</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_username'>username</span><span class='embexpr_end'>}</span><span class='tstring_content'>:</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_password'>password</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_pack'>pack</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>m</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>\r\n</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
@@ -3578,12 +3584,12 @@ <h3 class="signature " id="configure-instance_method">
35783584
<pre class="lines">
35793585

35803586

3581-
281
3582-
282
3583-
283</pre>
3587+
284
3588+
285
3589+
286</pre>
35843590
</td>
35853591
<td>
3586-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 281</span>
3592+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 284</span>
35873593

35883594
<span class='kw'>def</span> <span class='id identifier rubyid_configure'>configure</span>
35893595
<span class='kw'>yield</span><span class='lparen'>(</span><span class='kw'>self</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
@@ -3608,9 +3614,6 @@ <h3 class="signature " id="operation_server_settings-instance_method">
36083614
<pre class="lines">
36093615

36103616

3611-
419
3612-
420
3613-
421
36143617
422
36153618
423
36163619
424
@@ -3763,10 +3766,13 @@ <h3 class="signature " id="operation_server_settings-instance_method">
37633766
571
37643767
572
37653768
573
3766-
574</pre>
3769+
574
3770+
575
3771+
576
3772+
577</pre>
37673773
</td>
37683774
<td>
3769-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 419</span>
3775+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 422</span>
37703776

37713777
<span class='kw'>def</span> <span class='id identifier rubyid_operation_server_settings'>operation_server_settings</span>
37723778
<span class='lbrace'>{</span>
@@ -3954,9 +3960,6 @@ <h3 class="signature " id="server_settings-instance_method">
39543960
<pre class="lines">
39553961

39563962

3957-
364
3958-
365
3959-
366
39603963
367
39613964
368
39623965
369
@@ -4007,10 +4010,13 @@ <h3 class="signature " id="server_settings-instance_method">
40074010
414
40084011
415
40094012
416
4010-
417</pre>
4013+
417
4014+
418
4015+
419
4016+
420</pre>
40114017
</td>
40124018
<td>
4013-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 364</span>
4019+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 367</span>
40144020

40154021
<span class='kw'>def</span> <span class='id identifier rubyid_server_settings'>server_settings</span>
40164022
<span class='lbracket'>[</span>
@@ -4132,9 +4138,6 @@ <h3 class="signature " id="server_url-instance_method">
41324138
<pre class="lines">
41334139

41344140

4135-
580
4136-
581
4137-
582
41384141
583
41394142
584
41404143
585
@@ -4160,10 +4163,13 @@ <h3 class="signature " id="server_url-instance_method">
41604163
605
41614164
606
41624165
607
4163-
608</pre>
4166+
608
4167+
609
4168+
610
4169+
611</pre>
41644170
</td>
41654171
<td>
4166-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 580</span>
4172+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 583</span>
41674173

41684174
<span class='kw'>def</span> <span class='id identifier rubyid_server_url'>server_url</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_variables'>variables</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_servers'>servers</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
41694175
<span class='id identifier rubyid_servers'>servers</span> <span class='op'>=</span> <span class='id identifier rubyid_server_settings'>server_settings</span> <span class='kw'>if</span> <span class='id identifier rubyid_servers'>servers</span> <span class='op'>==</span> <span class='kw'>nil</span>
@@ -4204,7 +4210,7 @@ <h3 class="signature " id="server_url-instance_method">
42044210
</div>
42054211

42064212
<div id="footer">
4207-
Generated on Fri Dec 13 15:30:16 2024 by
4213+
Generated on Fri Dec 13 16:10:19 2024 by
42084214
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
42094215
0.9.37 (ruby-2.7.8).
42104216
</div>

DatadogAPIClient/DatadogAPIClientInflector.html

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

57195719
<div id="footer">
5720-
Generated on Fri Dec 13 15:30:15 2024 by
5720+
Generated on Fri Dec 13 16:10:19 2024 by
57215721
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
57225722
0.9.37 (ruby-2.7.8).
57235723
</div>

DatadogAPIClient/EnumAttributeValidator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h3 class="signature first" id="valid?-instance_method">
439439
</div>
440440

441441
<div id="footer">
442-
Generated on Fri Dec 13 15:30:14 2024 by
442+
Generated on Fri Dec 13 16:10:18 2024 by
443443
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
444444
0.9.37 (ruby-2.7.8).
445445
</div>

DatadogAPIClient/UnparsedObject.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ <h3 class="signature first" id="initialize-instance_method">
223223
<pre class="lines">
224224

225225

226-
615
227-
616
228-
617</pre>
226+
618
227+
619
228+
620</pre>
229229
</td>
230230
<td>
231-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 615</span>
231+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 618</span>
232232

233233
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
234234
<span class='ivar'>@data</span> <span class='op'>=</span> <span class='id identifier rubyid_data'>data</span>
@@ -270,12 +270,12 @@ <h3 class="signature first" id="data-instance_method">
270270
<pre class="lines">
271271

272272

273-
613
274-
614
275-
615</pre>
273+
616
274+
617
275+
618</pre>
276276
</td>
277277
<td>
278-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 613</span>
278+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 616</span>
279279

280280
<span class='kw'>def</span> <span class='id identifier rubyid_data'>data</span>
281281
<span class='ivar'>@data</span>
@@ -307,12 +307,12 @@ <h3 class="signature first" id="to_hash-instance_method">
307307
<pre class="lines">
308308

309309

310-
619
311-
620
312-
621</pre>
310+
622
311+
623
312+
624</pre>
313313
</td>
314314
<td>
315-
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 619</span>
315+
<pre class="code"><span class="info file"># File 'lib/datadog_api_client/configuration.rb', line 622</span>
316316

317317
<span class='kw'>def</span> <span class='id identifier rubyid_to_hash'>to_hash</span>
318318
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_data'>data</span>
@@ -327,7 +327,7 @@ <h3 class="signature first" id="to_hash-instance_method">
327327
</div>
328328

329329
<div id="footer">
330-
Generated on Fri Dec 13 15:30:16 2024 by
330+
Generated on Fri Dec 13 16:10:19 2024 by
331331
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
332332
0.9.37 (ruby-2.7.8).
333333
</div>

DatadogAPIClient/V1.html

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

224224
<div id="footer">
225-
Generated on Fri Dec 13 15:29:18 2024 by
225+
Generated on Fri Dec 13 16:09:24 2024 by
226226
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227227
0.9.37 (ruby-2.7.8).
228228
</div>

DatadogAPIClient/V1/APIErrorResponse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ <h3 class="signature " id="to_s-instance_method">
14091409
</div>
14101410

14111411
<div id="footer">
1412-
Generated on Fri Dec 13 15:29:33 2024 by
1412+
Generated on Fri Dec 13 16:09:38 2024 by
14131413
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
14141414
0.9.37 (ruby-2.7.8).
14151415
</div>

DatadogAPIClient/V1/AWSAccount.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,7 @@ <h3 class="signature " id="valid?-instance_method">
22362236
</div>
22372237

22382238
<div id="footer">
2239-
Generated on Fri Dec 13 15:29:24 2024 by
2239+
Generated on Fri Dec 13 16:09:30 2024 by
22402240
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
22412241
0.9.37 (ruby-2.7.8).
22422242
</div>

0 commit comments

Comments
 (0)