Skip to content

Commit 402a539

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d9fcaddc of spec repo
1 parent af36cf6 commit 402a539

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 15:05:43.814419",
8-
"spec_repo_commit": "bdcf730e"
7+
"regenerated": "2024-07-26 17:07:16.965814",
8+
"spec_repo_commit": "d9fcaddc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-26 15:05:43.831282",
13-
"spec_repo_commit": "bdcf730e"
12+
"regenerated": "2024-07-26 17:07:16.983740",
13+
"spec_repo_commit": "d9fcaddc"
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_ingested_bytes_usage
@@ -4287,6 +4288,7 @@ components:
42874288
- PROFILED_HOST_USAGE
42884289
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
42894290
- RUM_REPLAY_SESSIONS_USAGE
4291+
- SCA_FARGATE_USAGE
42904292
- SDS_SCANNED_BYTES_USAGE
42914293
- SERVERLESS_APPS_USAGE
42924294
- SIEM_INGESTED_BYTES_USAGE
@@ -7987,6 +7989,8 @@ components:
79877989
- siem_ingested_bytes_percentage
79887990
- workflow_executions_usage
79897991
- workflow_executions_percentage
7992+
- sca_fargate_usage
7993+
- sca_fargate_percentage
79907994
- '*'
79917995
type: string
79927996
x-enum-varnames:
@@ -8124,6 +8128,8 @@ components:
81248128
- SIEM_INGESTED_BYTES_PERCENTAGE
81258129
- WORKFLOW_EXECUTIONS_USAGE
81268130
- WORKFLOW_EXECUTIONS_PERCENTAGE
8131+
- SCA_FARGATE_USAGE
8132+
- SCA_FARGATE_PERCENTAGE
81278133
- ALL
81288134
MonthlyUsageAttributionValues:
81298135
description: Fields in Usage Summary by tag(s).
@@ -8633,6 +8639,16 @@ components:
86338639
description: The total RUM Session Replay usage by tag(s).
86348640
format: double
86358641
type: number
8642+
sca_fargate_percentage:
8643+
description: The percentage of Software Composition Analysis Fargate task
8644+
usage by tag(s).
8645+
format: double
8646+
type: number
8647+
sca_fargate_usage:
8648+
description: The total Software Composition Analysis Fargate task usage
8649+
by tag(s).
8650+
format: double
8651+
type: number
86368652
sds_scanned_bytes_percentage:
86378653
description: The percentage of Sensitive Data Scanner usage by tag(s).
86388654
format: double
@@ -19241,6 +19257,17 @@ components:
1924119257
1st, 2024).
1924219258
format: int64
1924319259
type: integer
19260+
sca_fargate_count_avg:
19261+
description: Shows the average of all Software Composition Analysis Fargate
19262+
tasks over all hours in the current date for the given org.
19263+
format: int64
19264+
type: integer
19265+
sca_fargate_count_hwm:
19266+
description: Shows the sum of the high-water marks of all Software Composition
19267+
Analysis Fargate tasks over all hours in the current date for the given
19268+
org.
19269+
format: int64
19270+
type: integer
1924419271
sds_apm_scanned_bytes_sum:
1924519272
description: Sum of all APM bytes scanned with sensitive data scanner over
1924619273
all hours in the current date for all organizations.
@@ -19944,6 +19971,17 @@ components:
1994419971
1st, 2024).
1994519972
format: int64
1994619973
type: integer
19974+
sca_fargate_count_avg:
19975+
description: Shows the average of all Software Composition Analysis Fargate
19976+
tasks over all hours in the current date for the given org.
19977+
format: int64
19978+
type: integer
19979+
sca_fargate_count_hwm:
19980+
description: Shows the sum of the high-water marks of all Software Composition
19981+
Analysis Fargate tasks over all hours in the current date for the given
19982+
org.
19983+
format: int64
19984+
type: integer
1994719985
sds_apm_scanned_bytes_sum:
1994819986
description: Sum of all APM bytes scanned with sensitive data scanner over
1994919987
all hours in the current date for the given org.
@@ -20682,6 +20720,16 @@ components:
2068220720
October 1st, 2024).
2068320721
format: int64
2068420722
type: integer
20723+
sca_fargate_count_avg_sum:
20724+
description: Shows the average of all Software Composition Analysis Fargate
20725+
tasks over all hours in the current months for all organizations.
20726+
format: int64
20727+
type: integer
20728+
sca_fargate_count_hwm_sum:
20729+
description: Shows the sum of the high-water marks of all Software Composition
20730+
Analysis Fargate tasks over all hours in the current months for all organizations.
20731+
format: int64
20732+
type: integer
2068520733
sds_apm_scanned_bytes_sum:
2068620734
description: Sum of all APM bytes scanned with sensitive data scanner in
2068720735
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)