Skip to content

Commit 523229c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ab6ab4a of spec repo
1 parent 1030403 commit 523229c

4 files changed

Lines changed: 108 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22459,6 +22459,10 @@ components:
2245922459
description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
2246022460
format: int64
2246122461
type: integer
22462+
cloud_siem_indexed_logs_sum:
22463+
description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for all organizations.
22464+
format: int64
22465+
type: integer
2246222466
code_analysis_sa_committers_hwm:
2246322467
description: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
2246422468
format: int64
@@ -23219,6 +23223,14 @@ components:
2321923223
description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
2322023224
format: int64
2322123225
type: integer
23226+
siem_12mo_retention_sum:
23227+
description: Shows the sum of all SIEM 12mo Retention over all hours in the current date for all organizations.
23228+
format: int64
23229+
type: integer
23230+
siem_6mo_retention_sum:
23231+
description: Shows the sum of all SIEM 6mo Retention over all hours in the current date for all organizations.
23232+
format: int64
23233+
type: integer
2322223234
siem_analyzed_logs_add_on_count_sum:
2322323235
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
2322423236
format: int64
@@ -23468,6 +23480,10 @@ components:
2346823480
description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
2346923481
format: int64
2347023482
type: integer
23483+
cloud_siem_indexed_logs_sum:
23484+
description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for the given org.
23485+
format: int64
23486+
type: integer
2347123487
code_analysis_sa_committers_hwm:
2347223488
description: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
2347323489
format: int64
@@ -24240,6 +24256,14 @@ components:
2424024256
description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
2424124257
format: int64
2424224258
type: integer
24259+
siem_12mo_retention_sum:
24260+
description: Shows the sum of all SIEM 12mo Retention over all hours in the current date for the given org.
24261+
format: int64
24262+
type: integer
24263+
siem_6mo_retention_sum:
24264+
description: Shows the sum of all SIEM 6mo Retention over all hours in the current date for the given org.
24265+
format: int64
24266+
type: integer
2424324267
siem_analyzed_logs_add_on_count_sum:
2424424268
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
2424524269
format: int64
@@ -24487,6 +24511,10 @@ components:
2448724511
description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
2448824512
format: int64
2448924513
type: integer
24514+
cloud_siem_indexed_logs_agg_sum:
24515+
description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current month for all organizations.
24516+
format: int64
24517+
type: integer
2449024518
code_analysis_sa_committers_hwm_sum:
2449124519
description: Shows the high-water mark of all Static Analysis committers over all hours in the current month for all organizations.
2449224520
format: int64
@@ -25279,6 +25307,14 @@ components:
2527925307
description: Sum of the average number of Serverless Apps for Azure and Google Cloud in the current month for all organizations.
2528025308
format: int64
2528125309
type: integer
25310+
siem_12mo_retention_agg_sum:
25311+
description: Shows the sum of all SIEM 12mo Retention over all hours in the current month for all organizations.
25312+
format: int64
25313+
type: integer
25314+
siem_6mo_retention_agg_sum:
25315+
description: Shows the sum of all SIEM 6mo Retention over all hours in the current month for all organizations.
25316+
format: int64
25317+
type: integer
2528225318
siem_analyzed_logs_add_on_count_agg_sum:
2528325319
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current month for all organizations.
2528425320
format: int64

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def openapi_types(_):
7272
"cloud_cost_management_host_count_avg": (int,),
7373
"cloud_cost_management_oci_host_count_avg": (int,),
7474
"cloud_siem_events_sum": (int,),
75+
"cloud_siem_indexed_logs_sum": (int,),
7576
"code_analysis_sa_committers_hwm": (int,),
7677
"code_analysis_sca_committers_hwm": (int,),
7778
"code_security_host_top99p": (int,),
@@ -259,6 +260,8 @@ def openapi_types(_):
259260
"serverless_apps_google_count_avg": (int,),
260261
"serverless_apps_infra_gcp_gke_autopilot_pods_avg": (int,),
261262
"serverless_apps_total_count_avg": (int,),
263+
"siem_12mo_retention_sum": (int,),
264+
"siem_6mo_retention_sum": (int,),
262265
"siem_analyzed_logs_add_on_count_sum": (int,),
263266
"synthetics_browser_check_calls_count_sum": (int,),
264267
"synthetics_check_calls_count_sum": (int,),
@@ -321,6 +324,7 @@ def openapi_types(_):
321324
"cloud_cost_management_host_count_avg": "cloud_cost_management_host_count_avg",
322325
"cloud_cost_management_oci_host_count_avg": "cloud_cost_management_oci_host_count_avg",
323326
"cloud_siem_events_sum": "cloud_siem_events_sum",
327+
"cloud_siem_indexed_logs_sum": "cloud_siem_indexed_logs_sum",
324328
"code_analysis_sa_committers_hwm": "code_analysis_sa_committers_hwm",
325329
"code_analysis_sca_committers_hwm": "code_analysis_sca_committers_hwm",
326330
"code_security_host_top99p": "code_security_host_top99p",
@@ -508,6 +512,8 @@ def openapi_types(_):
508512
"serverless_apps_google_count_avg": "serverless_apps_google_count_avg",
509513
"serverless_apps_infra_gcp_gke_autopilot_pods_avg": "serverless_apps_infra_gcp_gke_autopilot_pods_avg",
510514
"serverless_apps_total_count_avg": "serverless_apps_total_count_avg",
515+
"siem_12mo_retention_sum": "siem_12mo_retention_sum",
516+
"siem_6mo_retention_sum": "siem_6mo_retention_sum",
511517
"siem_analyzed_logs_add_on_count_sum": "siem_analyzed_logs_add_on_count_sum",
512518
"synthetics_browser_check_calls_count_sum": "synthetics_browser_check_calls_count_sum",
513519
"synthetics_check_calls_count_sum": "synthetics_check_calls_count_sum",
@@ -571,6 +577,7 @@ def __init__(
571577
cloud_cost_management_host_count_avg: Union[int, UnsetType] = unset,
572578
cloud_cost_management_oci_host_count_avg: Union[int, UnsetType] = unset,
573579
cloud_siem_events_sum: Union[int, UnsetType] = unset,
580+
cloud_siem_indexed_logs_sum: Union[int, UnsetType] = unset,
574581
code_analysis_sa_committers_hwm: Union[int, UnsetType] = unset,
575582
code_analysis_sca_committers_hwm: Union[int, UnsetType] = unset,
576583
code_security_host_top99p: Union[int, UnsetType] = unset,
@@ -758,6 +765,8 @@ def __init__(
758765
serverless_apps_google_count_avg: Union[int, UnsetType] = unset,
759766
serverless_apps_infra_gcp_gke_autopilot_pods_avg: Union[int, UnsetType] = unset,
760767
serverless_apps_total_count_avg: Union[int, UnsetType] = unset,
768+
siem_12mo_retention_sum: Union[int, UnsetType] = unset,
769+
siem_6mo_retention_sum: Union[int, UnsetType] = unset,
761770
siem_analyzed_logs_add_on_count_sum: Union[int, UnsetType] = unset,
762771
synthetics_browser_check_calls_count_sum: Union[int, UnsetType] = unset,
763772
synthetics_check_calls_count_sum: Union[int, UnsetType] = unset,
@@ -918,6 +927,9 @@ def __init__(
918927
:param cloud_siem_events_sum: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
919928
:type cloud_siem_events_sum: int, optional
920929
930+
:param cloud_siem_indexed_logs_sum: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for all organizations.
931+
:type cloud_siem_indexed_logs_sum: int, optional
932+
921933
:param code_analysis_sa_committers_hwm: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
922934
:type code_analysis_sa_committers_hwm: int, optional
923935
@@ -1479,6 +1491,12 @@ def __init__(
14791491
:param serverless_apps_total_count_avg: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
14801492
:type serverless_apps_total_count_avg: int, optional
14811493
1494+
:param siem_12mo_retention_sum: Shows the sum of all SIEM 12mo Retention over all hours in the current date for all organizations.
1495+
:type siem_12mo_retention_sum: int, optional
1496+
1497+
:param siem_6mo_retention_sum: Shows the sum of all SIEM 6mo Retention over all hours in the current date for all organizations.
1498+
:type siem_6mo_retention_sum: int, optional
1499+
14821500
:param siem_analyzed_logs_add_on_count_sum: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
14831501
:type siem_analyzed_logs_add_on_count_sum: int, optional
14841502
@@ -1608,6 +1626,8 @@ def __init__(
16081626
kwargs["cloud_cost_management_oci_host_count_avg"] = cloud_cost_management_oci_host_count_avg
16091627
if cloud_siem_events_sum is not unset:
16101628
kwargs["cloud_siem_events_sum"] = cloud_siem_events_sum
1629+
if cloud_siem_indexed_logs_sum is not unset:
1630+
kwargs["cloud_siem_indexed_logs_sum"] = cloud_siem_indexed_logs_sum
16111631
if code_analysis_sa_committers_hwm is not unset:
16121632
kwargs["code_analysis_sa_committers_hwm"] = code_analysis_sa_committers_hwm
16131633
if code_analysis_sca_committers_hwm is not unset:
@@ -2042,6 +2062,10 @@ def __init__(
20422062
] = serverless_apps_infra_gcp_gke_autopilot_pods_avg
20432063
if serverless_apps_total_count_avg is not unset:
20442064
kwargs["serverless_apps_total_count_avg"] = serverless_apps_total_count_avg
2065+
if siem_12mo_retention_sum is not unset:
2066+
kwargs["siem_12mo_retention_sum"] = siem_12mo_retention_sum
2067+
if siem_6mo_retention_sum is not unset:
2068+
kwargs["siem_6mo_retention_sum"] = siem_6mo_retention_sum
20452069
if siem_analyzed_logs_add_on_count_sum is not unset:
20462070
kwargs["siem_analyzed_logs_add_on_count_sum"] = siem_analyzed_logs_add_on_count_sum
20472071
if synthetics_browser_check_calls_count_sum is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def openapi_types(_):
6767
"cloud_cost_management_host_count_avg": (int,),
6868
"cloud_cost_management_oci_host_count_avg": (int,),
6969
"cloud_siem_events_sum": (int,),
70+
"cloud_siem_indexed_logs_sum": (int,),
7071
"code_analysis_sa_committers_hwm": (int,),
7172
"code_analysis_sca_committers_hwm": (int,),
7273
"code_security_host_top99p": (int,),
@@ -258,6 +259,8 @@ def openapi_types(_):
258259
"serverless_apps_google_count_avg": (int,),
259260
"serverless_apps_infra_gcp_gke_autopilot_pods_avg": (int,),
260261
"serverless_apps_total_count_avg": (int,),
262+
"siem_12mo_retention_sum": (int,),
263+
"siem_6mo_retention_sum": (int,),
261264
"siem_analyzed_logs_add_on_count_sum": (int,),
262265
"synthetics_browser_check_calls_count_sum": (int,),
263266
"synthetics_check_calls_count_sum": (int,),
@@ -322,6 +325,7 @@ def openapi_types(_):
322325
"cloud_cost_management_host_count_avg": "cloud_cost_management_host_count_avg",
323326
"cloud_cost_management_oci_host_count_avg": "cloud_cost_management_oci_host_count_avg",
324327
"cloud_siem_events_sum": "cloud_siem_events_sum",
328+
"cloud_siem_indexed_logs_sum": "cloud_siem_indexed_logs_sum",
325329
"code_analysis_sa_committers_hwm": "code_analysis_sa_committers_hwm",
326330
"code_analysis_sca_committers_hwm": "code_analysis_sca_committers_hwm",
327331
"code_security_host_top99p": "code_security_host_top99p",
@@ -513,6 +517,8 @@ def openapi_types(_):
513517
"serverless_apps_google_count_avg": "serverless_apps_google_count_avg",
514518
"serverless_apps_infra_gcp_gke_autopilot_pods_avg": "serverless_apps_infra_gcp_gke_autopilot_pods_avg",
515519
"serverless_apps_total_count_avg": "serverless_apps_total_count_avg",
520+
"siem_12mo_retention_sum": "siem_12mo_retention_sum",
521+
"siem_6mo_retention_sum": "siem_6mo_retention_sum",
516522
"siem_analyzed_logs_add_on_count_sum": "siem_analyzed_logs_add_on_count_sum",
517523
"synthetics_browser_check_calls_count_sum": "synthetics_browser_check_calls_count_sum",
518524
"synthetics_check_calls_count_sum": "synthetics_check_calls_count_sum",
@@ -578,6 +584,7 @@ def __init__(
578584
cloud_cost_management_host_count_avg: Union[int, UnsetType] = unset,
579585
cloud_cost_management_oci_host_count_avg: Union[int, UnsetType] = unset,
580586
cloud_siem_events_sum: Union[int, UnsetType] = unset,
587+
cloud_siem_indexed_logs_sum: Union[int, UnsetType] = unset,
581588
code_analysis_sa_committers_hwm: Union[int, UnsetType] = unset,
582589
code_analysis_sca_committers_hwm: Union[int, UnsetType] = unset,
583590
code_security_host_top99p: Union[int, UnsetType] = unset,
@@ -769,6 +776,8 @@ def __init__(
769776
serverless_apps_google_count_avg: Union[int, UnsetType] = unset,
770777
serverless_apps_infra_gcp_gke_autopilot_pods_avg: Union[int, UnsetType] = unset,
771778
serverless_apps_total_count_avg: Union[int, UnsetType] = unset,
779+
siem_12mo_retention_sum: Union[int, UnsetType] = unset,
780+
siem_6mo_retention_sum: Union[int, UnsetType] = unset,
772781
siem_analyzed_logs_add_on_count_sum: Union[int, UnsetType] = unset,
773782
synthetics_browser_check_calls_count_sum: Union[int, UnsetType] = unset,
774783
synthetics_check_calls_count_sum: Union[int, UnsetType] = unset,
@@ -935,6 +944,9 @@ def __init__(
935944
:param cloud_siem_events_sum: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
936945
:type cloud_siem_events_sum: int, optional
937946
947+
:param cloud_siem_indexed_logs_sum: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for the given org.
948+
:type cloud_siem_indexed_logs_sum: int, optional
949+
938950
:param code_analysis_sa_committers_hwm: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
939951
:type code_analysis_sa_committers_hwm: int, optional
940952
@@ -1508,6 +1520,12 @@ def __init__(
15081520
:param serverless_apps_total_count_avg: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
15091521
:type serverless_apps_total_count_avg: int, optional
15101522
1523+
:param siem_12mo_retention_sum: Shows the sum of all SIEM 12mo Retention over all hours in the current date for the given org.
1524+
:type siem_12mo_retention_sum: int, optional
1525+
1526+
:param siem_6mo_retention_sum: Shows the sum of all SIEM 6mo Retention over all hours in the current date for the given org.
1527+
:type siem_6mo_retention_sum: int, optional
1528+
15111529
:param siem_analyzed_logs_add_on_count_sum: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
15121530
:type siem_analyzed_logs_add_on_count_sum: int, optional
15131531
@@ -1641,6 +1659,8 @@ def __init__(
16411659
kwargs["cloud_cost_management_oci_host_count_avg"] = cloud_cost_management_oci_host_count_avg
16421660
if cloud_siem_events_sum is not unset:
16431661
kwargs["cloud_siem_events_sum"] = cloud_siem_events_sum
1662+
if cloud_siem_indexed_logs_sum is not unset:
1663+
kwargs["cloud_siem_indexed_logs_sum"] = cloud_siem_indexed_logs_sum
16441664
if code_analysis_sa_committers_hwm is not unset:
16451665
kwargs["code_analysis_sa_committers_hwm"] = code_analysis_sa_committers_hwm
16461666
if code_analysis_sca_committers_hwm is not unset:
@@ -2083,6 +2103,10 @@ def __init__(
20832103
] = serverless_apps_infra_gcp_gke_autopilot_pods_avg
20842104
if serverless_apps_total_count_avg is not unset:
20852105
kwargs["serverless_apps_total_count_avg"] = serverless_apps_total_count_avg
2106+
if siem_12mo_retention_sum is not unset:
2107+
kwargs["siem_12mo_retention_sum"] = siem_12mo_retention_sum
2108+
if siem_6mo_retention_sum is not unset:
2109+
kwargs["siem_6mo_retention_sum"] = siem_6mo_retention_sum
20862110
if siem_analyzed_logs_add_on_count_sum is not unset:
20872111
kwargs["siem_analyzed_logs_add_on_count_sum"] = siem_analyzed_logs_add_on_count_sum
20882112
if synthetics_browser_check_calls_count_sum is not unset:

0 commit comments

Comments
 (0)