Skip to content

Commit c057f58

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7e92b530 of spec repo
1 parent 2d1ce81 commit c057f58

15 files changed

+5116
-4994
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-07-26 17:47:54.428966",
8-
"spec_repo_commit": "187cfa14"
7+
"regenerated": "2024-07-26 18:27:50.289131",
8+
"spec_repo_commit": "7e92b530"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-26 17:47:54.446487",
13-
"spec_repo_commit": "187cfa14"
12+
"regenerated": "2024-07-26 18:27:50.306427",
13+
"spec_repo_commit": "7e92b530"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4218,6 +4218,7 @@ components:
42184218
- rum_replay_sessions_usage
42194219
- sds_scanned_bytes_usage
42204220
- serverless_apps_usage
4221+
- siem_analyzed_logs_add_on_usage
42214222
- siem_ingested_bytes_usage
42224223
- snmp_usage
42234224
- universal_service_monitoring_usage
@@ -4289,6 +4290,7 @@ components:
42894290
- RUM_REPLAY_SESSIONS_USAGE
42904291
- SDS_SCANNED_BYTES_USAGE
42914292
- SERVERLESS_APPS_USAGE
4293+
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
42924294
- SIEM_INGESTED_BYTES_USAGE
42934295
- SNMP_USAGE
42944296
- UNIVERSAL_SERVICE_MONITORING_USAGE
@@ -7983,6 +7985,8 @@ components:
79837985
- rum_browser_mobile_sessions_percentage
79847986
- ingested_spans_bytes_usage
79857987
- ingested_spans_bytes_percentage
7988+
- siem_analyzed_logs_add_on_usage
7989+
- siem_analyzed_logs_add_on_percentage
79867990
- siem_ingested_bytes_usage
79877991
- siem_ingested_bytes_percentage
79887992
- workflow_executions_usage
@@ -8120,6 +8124,8 @@ components:
81208124
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
81218125
- INGESTED_SPANS_BYTES_USAGE
81228126
- INGESTED_SPANS_BYTES_PERCENTAGE
8127+
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
8128+
- SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
81238129
- SIEM_INGESTED_BYTES_USAGE
81248130
- SIEM_INGESTED_BYTES_PERCENTAGE
81258131
- WORKFLOW_EXECUTIONS_USAGE
@@ -8649,6 +8655,15 @@ components:
86498655
description: The total Serverless Apps usage by tag(s).
86508656
format: double
86518657
type: number
8658+
siem_analyzed_logs_add_on_percentage:
8659+
description: The percentage of log events analyzed by Cloud SIEM usage by
8660+
tag(s).
8661+
format: double
8662+
type: number
8663+
siem_analyzed_logs_add_on_usage:
8664+
description: The log events analyzed by Cloud SIEM usage by tag(s).
8665+
format: double
8666+
type: number
86528667
siem_ingested_bytes_percentage:
86538668
description: The percentage of SIEM usage by tag(s).
86548669
format: double
@@ -19282,6 +19297,11 @@ components:
1928219297
and Google Cloud for the given date and given org.
1928319298
format: int64
1928419299
type: integer
19300+
siem_analyzed_logs_add_on_count_sum:
19301+
description: Shows the sum of all log events analyzed by Cloud SIEM over
19302+
all hours in the current date for the given org.
19303+
format: int64
19304+
type: integer
1928519305
synthetics_browser_check_calls_count_sum:
1928619306
description: Shows the sum of all Synthetic browser tests over all hours
1928719307
in the current date for all organizations.
@@ -19985,6 +20005,11 @@ components:
1998520005
and Google Cloud for the given date and given org.
1998620006
format: int64
1998720007
type: integer
20008+
siem_analyzed_logs_add_on_count_sum:
20009+
description: Shows the sum of all log events analyzed by Cloud SIEM over
20010+
all hours in the current date for the given org.
20011+
format: int64
20012+
type: integer
1998820013
synthetics_browser_check_calls_count_sum:
1998920014
description: Shows the sum of all Synthetic browser tests over all hours
1999020015
in the current date for the given org.
@@ -20723,6 +20748,11 @@ components:
2072320748
Google Cloud in the current month for all organizations.
2072420749
format: int64
2072520750
type: integer
20751+
siem_analyzed_logs_add_on_count_agg_sum:
20752+
description: Shows the sum of all log events analyzed by Cloud SIEM over
20753+
all hours in the current month for all organizations.
20754+
format: int64
20755+
type: integer
2072620756
start_date:
2072720757
description: Shows the first date of usage in the current month for all
2072820758
organizations.

docs/datadog_api_client.rst

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

47
.. toctree::
58
:maxdepth: 4
69

710
datadog_api_client.v1
811
datadog_api_client.v2
912

13+
Submodules
14+
----------
1015

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

1419
.. automodule:: datadog_api_client.api_client
1520
:members:
1621
:show-inheritance:
1722

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

2126
.. automodule:: datadog_api_client.configuration
2227
:members:
2328
:show-inheritance:
2429

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

2833
.. automodule:: datadog_api_client.exceptions
2934
:members:
3035
:show-inheritance:
3136

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

3540
.. automodule:: datadog_api_client.model_utils
3641
:members:
3742
:show-inheritance:
3843

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

4247
.. automodule:: datadog_api_client.rest
4348
:members:
4449
:show-inheritance:
4550

51+
Module contents
52+
---------------
4653

4754
.. automodule:: datadog_api_client
4855
:members:

0 commit comments

Comments
 (0)