Skip to content

Commit 2aae0b3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 44cf4afe of spec repo
1 parent 0fbfc45 commit 2aae0b3

15 files changed

+5154
-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 18:27:50.289131",
8-
"spec_repo_commit": "7e92b530"
7+
"regenerated": "2024-07-26 19:06:13.301282",
8+
"spec_repo_commit": "44cf4afe"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-26 18:27:50.306427",
13-
"spec_repo_commit": "7e92b530"
12+
"regenerated": "2024-07-26 19:06:13.318622",
13+
"spec_repo_commit": "44cf4afe"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4216,6 +4216,7 @@ components:
42164216
- profiled_host_usage
42174217
- rum_browser_mobile_sessions_usage
42184218
- rum_replay_sessions_usage
4219+
- sca_fargate_usage
42194220
- sds_scanned_bytes_usage
42204221
- serverless_apps_usage
42214222
- siem_analyzed_logs_add_on_usage
@@ -4288,6 +4289,7 @@ components:
42884289
- PROFILED_HOST_USAGE
42894290
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
42904291
- RUM_REPLAY_SESSIONS_USAGE
4292+
- SCA_FARGATE_USAGE
42914293
- SDS_SCANNED_BYTES_USAGE
42924294
- SERVERLESS_APPS_USAGE
42934295
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
@@ -7991,6 +7993,8 @@ components:
79917993
- siem_ingested_bytes_percentage
79927994
- workflow_executions_usage
79937995
- workflow_executions_percentage
7996+
- sca_fargate_usage
7997+
- sca_fargate_percentage
79947998
- '*'
79957999
type: string
79968000
x-enum-varnames:
@@ -8130,6 +8134,8 @@ components:
81308134
- SIEM_INGESTED_BYTES_PERCENTAGE
81318135
- WORKFLOW_EXECUTIONS_USAGE
81328136
- WORKFLOW_EXECUTIONS_PERCENTAGE
8137+
- SCA_FARGATE_USAGE
8138+
- SCA_FARGATE_PERCENTAGE
81338139
- ALL
81348140
MonthlyUsageAttributionValues:
81358141
description: Fields in Usage Summary by tag(s).
@@ -8639,6 +8645,16 @@ components:
86398645
description: The total RUM Session Replay usage by tag(s).
86408646
format: double
86418647
type: number
8648+
sca_fargate_percentage:
8649+
description: The percentage of Software Composition Analysis Fargate task
8650+
usage by tag(s).
8651+
format: double
8652+
type: number
8653+
sca_fargate_usage:
8654+
description: The total Software Composition Analysis Fargate task usage
8655+
by tag(s).
8656+
format: double
8657+
type: number
86428658
sds_scanned_bytes_percentage:
86438659
description: The percentage of Sensitive Data Scanner usage by tag(s).
86448660
format: double
@@ -19256,6 +19272,17 @@ components:
1925619272
1st, 2024).
1925719273
format: int64
1925819274
type: integer
19275+
sca_fargate_count_avg:
19276+
description: Shows the average of all Software Composition Analysis Fargate
19277+
tasks over all hours in the current date for the given org.
19278+
format: int64
19279+
type: integer
19280+
sca_fargate_count_hwm:
19281+
description: Shows the sum of the high-water marks of all Software Composition
19282+
Analysis Fargate tasks over all hours in the current date for the given
19283+
org.
19284+
format: int64
19285+
type: integer
1925919286
sds_apm_scanned_bytes_sum:
1926019287
description: Sum of all APM bytes scanned with sensitive data scanner over
1926119288
all hours in the current date for all organizations.
@@ -19964,6 +19991,17 @@ components:
1996419991
1st, 2024).
1996519992
format: int64
1996619993
type: integer
19994+
sca_fargate_count_avg:
19995+
description: Shows the average of all Software Composition Analysis Fargate
19996+
tasks over all hours in the current date for the given org.
19997+
format: int64
19998+
type: integer
19999+
sca_fargate_count_hwm:
20000+
description: Shows the sum of the high-water marks of all Software Composition
20001+
Analysis Fargate tasks over all hours in the current date for the given
20002+
org.
20003+
format: int64
20004+
type: integer
1996720005
sds_apm_scanned_bytes_sum:
1996820006
description: Sum of all APM bytes scanned with sensitive data scanner over
1996920007
all hours in the current date for the given org.
@@ -20707,6 +20745,16 @@ components:
2070720745
October 1st, 2024).
2070820746
format: int64
2070920747
type: integer
20748+
sca_fargate_count_avg_sum:
20749+
description: Shows the average of all Software Composition Analysis Fargate
20750+
tasks over all hours in the current months for all organizations.
20751+
format: int64
20752+
type: integer
20753+
sca_fargate_count_hwm_sum:
20754+
description: Shows the sum of the high-water marks of all Software Composition
20755+
Analysis Fargate tasks over all hours in the current months for all organizations.
20756+
format: int64
20757+
type: integer
2071020758
sds_apm_scanned_bytes_sum:
2071120759
description: Sum of all APM bytes scanned with sensitive data scanner in
2071220760
the current month for all 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)