Skip to content

Commit 9b60a7f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 66d9d069 of spec repo
1 parent e31f308 commit 9b60a7f

12 files changed

+5472
-5431
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-07 20:44:04.743414",
8-
"spec_repo_commit": "efa118f1"
7+
"regenerated": "2024-11-07 21:30:16.749888",
8+
"spec_repo_commit": "66d9d069"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-07 20:44:04.761191",
13-
"spec_repo_commit": "efa118f1"
12+
"regenerated": "2024-11-07 21:30:16.767624",
13+
"spec_repo_commit": "66d9d069"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19932,11 +19932,21 @@ components:
1993219932
over all hours in the current date for all organizations.
1993319933
format: int64
1993419934
type: integer
19935+
error_tracking_error_events_sum:
19936+
description: Shows the sum of all Error Tracking error events over all hours
19937+
in the current date for the given org.
19938+
format: int64
19939+
type: integer
1993519940
error_tracking_events_sum:
1993619941
description: Shows the sum of all Error Tracking events over all hours in
1993719942
the current date for the given org.
1993819943
format: int64
1993919944
type: integer
19945+
error_tracking_rum_error_events_sum:
19946+
description: Shows the sum of all Error Tracking RUM error events over all
19947+
hours in the current date for the given org.
19948+
format: int64
19949+
type: integer
1994019950
fargate_tasks_count_avg:
1994119951
description: Shows the high-watermark of all Fargate tasks over all hours
1994219952
in the current date for all organizations.
@@ -20688,11 +20698,21 @@ components:
2068820698
queries over all hours in the current month for the given org.
2068920699
format: int64
2069020700
type: integer
20701+
error_tracking_error_events_sum:
20702+
description: Shows the sum of all Error Tracking error events over all hours
20703+
in the current date for the given org.
20704+
format: int64
20705+
type: integer
2069120706
error_tracking_events_sum:
2069220707
description: Shows the sum of all Error Tracking events over all hours in
2069320708
the current date for the given org.
2069420709
format: int64
2069520710
type: integer
20711+
error_tracking_rum_error_events_sum:
20712+
description: Shows the sum of all Error Tracking RUM error events over all
20713+
hours in the current date for the given org.
20714+
format: int64
20715+
type: integer
2069620716
fargate_tasks_count_avg:
2069720717
description: The average task count for Fargate.
2069820718
format: int64
@@ -21451,11 +21471,21 @@ components:
2145121471
description: Shows the last date of usage in the current month for all organizations.
2145221472
format: date-time
2145321473
type: string
21474+
error_tracking_error_events_agg_sum:
21475+
description: Shows the sum of all Error Tracking error events over all hours
21476+
in the current month for all organizations.
21477+
format: int64
21478+
type: integer
2145421479
error_tracking_events_agg_sum:
2145521480
description: Shows the sum of all Error Tracking events over all hours in
2145621481
the current months for all organizations.
2145721482
format: int64
2145821483
type: integer
21484+
error_tracking_rum_error_events_agg_sum:
21485+
description: Shows the sum of all Error Tracking RUM error events over all
21486+
hours in the current month for all organizations.
21487+
format: int64
21488+
type: integer
2145921489
fargate_tasks_count_avg_sum:
2146021490
description: Shows the average of all Fargate tasks over all hours in the
2146121491
current month for all organizations.

docs/datadog_api_client.rst

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,48 @@
1-
datadog\_api\_client package
2-
============================
3-
4-
Subpackages
5-
-----------
1+
datadog\_api\_client
2+
====================
63

74
.. toctree::
85
:maxdepth: 4
96

107
datadog_api_client.v1
118
datadog_api_client.v2
129

13-
Submodules
14-
----------
1510

16-
datadog\_api\_client.api\_client module
17-
---------------------------------------
11+
api\_client
12+
-----------
1813

1914
.. automodule:: datadog_api_client.api_client
2015
:members:
2116
:show-inheritance:
2217

23-
datadog\_api\_client.configuration module
24-
-----------------------------------------
18+
configuration
19+
-------------
2520

2621
.. automodule:: datadog_api_client.configuration
2722
:members:
2823
:show-inheritance:
2924

30-
datadog\_api\_client.exceptions module
31-
--------------------------------------
25+
exceptions
26+
----------
3227

3328
.. automodule:: datadog_api_client.exceptions
3429
:members:
3530
:show-inheritance:
3631

37-
datadog\_api\_client.model\_utils module
38-
----------------------------------------
32+
model\_utils
33+
------------
3934

4035
.. automodule:: datadog_api_client.model_utils
4136
:members:
4237
:show-inheritance:
4338

44-
datadog\_api\_client.rest module
45-
--------------------------------
39+
rest
40+
----
4641

4742
.. automodule:: datadog_api_client.rest
4843
:members:
4944
:show-inheritance:
5045

51-
Module contents
52-
---------------
5346

5447
.. automodule:: datadog_api_client
5548
:members:

0 commit comments

Comments
 (0)