Skip to content

Commit b9e825c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add new fields to usage metering api spec (#2988)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent b16edde commit b9e825c

File tree

4 files changed

+156
-0
lines changed

4 files changed

+156
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20913,6 +20913,11 @@ components:
2091320913
for the given date and given organization.
2091420914
format: int64
2091520915
type: integer
20916+
cloud_cost_management_oci_host_count_avg:
20917+
description: Average host count for Cloud Cost Management on OCI for the
20918+
given date and organization.
20919+
format: int64
20920+
type: integer
2091620921
cloud_siem_events_sum:
2091720922
description: Shows the sum of all Cloud Security Information and Event Management
2091820923
events over all hours in the current date for the given org.
@@ -21147,6 +21152,11 @@ components:
2114721152
Plus over all hours in the current date for the given org.
2114821153
format: int64
2114921154
type: integer
21155+
eph_infra_host_proxmox_sum:
21156+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
21157+
all hours in the current date for all organizations.
21158+
format: int64
21159+
type: integer
2115021160
error_tracking_apm_error_events_sum:
2115121161
description: Shows the sum of all Error Tracking APM error events over all
2115221162
hours in the current date for the given org.
@@ -21443,6 +21453,16 @@ components:
2144321453
within the current date for all organizations.
2144421454
format: int64
2144521455
type: integer
21456+
proxmox_host_sum:
21457+
description: Sum of all Proxmox hosts over all hours in the current date
21458+
for all organizations.
21459+
format: int64
21460+
type: integer
21461+
proxmox_host_top99p:
21462+
description: 99th percentile of all Proxmox hosts over all hours in the
21463+
current date for all organizations.
21464+
format: int64
21465+
type: integer
2144621466
published_app_hwm:
2144721467
description: Shows the high-water mark of all published applications over
2144821468
all hours in the current date for all organizations.
@@ -22026,6 +22046,11 @@ components:
2202622046
for the given date and given org.
2202722047
format: int64
2202822048
type: integer
22049+
cloud_cost_management_oci_host_count_avg:
22050+
description: Average host count for Cloud Cost Management on OCI for the
22051+
given date and organization.
22052+
format: int64
22053+
type: integer
2202922054
cloud_siem_events_sum:
2203022055
description: Shows the sum of all Cloud Security Information and Event Management
2203122056
events over all hours in the current date for the given org.
@@ -22266,6 +22291,11 @@ components:
2226622291
Plus over all hours in the current date for the given org.
2226722292
format: int64
2226822293
type: integer
22294+
eph_infra_host_proxmox_sum:
22295+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
22296+
all hours in the current date for the given organization.
22297+
format: int64
22298+
type: integer
2226922299
error_tracking_apm_error_events_sum:
2227022300
description: Shows the sum of all Error Tracking APM error events over all
2227122301
hours in the current date for the given org.
@@ -22560,6 +22590,16 @@ components:
2256022590
within the current date for the given org.
2256122591
format: int64
2256222592
type: integer
22593+
proxmox_host_sum:
22594+
description: Sum of all Proxmox hosts over all hours in the current date
22595+
for the given organization.
22596+
format: int64
22597+
type: integer
22598+
proxmox_host_top99p:
22599+
description: 99th percentile of all Proxmox hosts over all hours in the
22600+
current date for the given organization.
22601+
format: int64
22602+
type: integer
2256322603
public_id:
2256422604
description: The organization public id.
2256522605
type: string
@@ -23149,6 +23189,11 @@ components:
2314923189
all cloud providers.
2315023190
format: int64
2315123191
type: integer
23192+
cloud_cost_management_oci_host_count_avg_sum:
23193+
description: Sum of the average host counts for Cloud Cost Management on
23194+
OCI.
23195+
format: int64
23196+
type: integer
2315223197
cloud_siem_events_agg_sum:
2315323198
description: Shows the sum of all Cloud Security Information and Event Management
2315423199
events over all hours in the current month for all organizations.
@@ -23390,6 +23435,11 @@ components:
2339023435
Plus over all hours in the current month for all organizations.
2339123436
format: int64
2339223437
type: integer
23438+
eph_infra_host_proxmox_agg_sum:
23439+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
23440+
all hours in the current month for all organizations.
23441+
format: int64
23442+
type: integer
2339323443
error_tracking_apm_error_events_agg_sum:
2339423444
description: Shows the sum of all Error Tracking APM error events over all
2339523445
hours in the current month for all organizations.
@@ -23708,6 +23758,16 @@ components:
2370823758
in the current month for all organizations.
2370923759
format: int64
2371023760
type: integer
23761+
proxmox_host_agg_sum:
23762+
description: Sum of all Proxmox hosts over all hours in the current month
23763+
for all organizations.
23764+
format: int64
23765+
type: integer
23766+
proxmox_host_top99p_sum:
23767+
description: Sum of the 99th percentile of all Proxmox hosts over all hours
23768+
in the current month for all organizations.
23769+
format: int64
23770+
type: integer
2371123771
published_app_hwm_sum:
2371223772
description: Shows the high-water mark of all published applications over
2371323773
all hours in the current month for all organizations.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def openapi_types(_):
5454
"cloud_cost_management_azure_host_count_avg": (int,),
5555
"cloud_cost_management_gcp_host_count_avg": (int,),
5656
"cloud_cost_management_host_count_avg": (int,),
57+
"cloud_cost_management_oci_host_count_avg": (int,),
5758
"cloud_siem_events_sum": (int,),
5859
"code_analysis_sa_committers_hwm": (int,),
5960
"code_analysis_sca_committers_hwm": (int,),
@@ -99,6 +100,7 @@ def openapi_types(_):
99100
"eph_infra_host_opentelemetry_sum": (int,),
100101
"eph_infra_host_pro_sum": (int,),
101102
"eph_infra_host_proplus_sum": (int,),
103+
"eph_infra_host_proxmox_sum": (int,),
102104
"error_tracking_apm_error_events_sum": (int,),
103105
"error_tracking_error_events_sum": (int,),
104106
"error_tracking_events_sum": (int,),
@@ -154,6 +156,8 @@ def openapi_types(_):
154156
"product_analytics_sum": (int,),
155157
"profiling_aas_count_top99p": (int,),
156158
"profiling_host_top99p": (int,),
159+
"proxmox_host_sum": (int,),
160+
"proxmox_host_top99p": (int,),
157161
"published_app_hwm": (int,),
158162
"rum_browser_and_mobile_session_count": (int,),
159163
"rum_browser_legacy_session_count_sum": (int,),
@@ -263,6 +267,7 @@ def openapi_types(_):
263267
"cloud_cost_management_azure_host_count_avg": "cloud_cost_management_azure_host_count_avg",
264268
"cloud_cost_management_gcp_host_count_avg": "cloud_cost_management_gcp_host_count_avg",
265269
"cloud_cost_management_host_count_avg": "cloud_cost_management_host_count_avg",
270+
"cloud_cost_management_oci_host_count_avg": "cloud_cost_management_oci_host_count_avg",
266271
"cloud_siem_events_sum": "cloud_siem_events_sum",
267272
"code_analysis_sa_committers_hwm": "code_analysis_sa_committers_hwm",
268273
"code_analysis_sca_committers_hwm": "code_analysis_sca_committers_hwm",
@@ -308,6 +313,7 @@ def openapi_types(_):
308313
"eph_infra_host_opentelemetry_sum": "eph_infra_host_opentelemetry_sum",
309314
"eph_infra_host_pro_sum": "eph_infra_host_pro_sum",
310315
"eph_infra_host_proplus_sum": "eph_infra_host_proplus_sum",
316+
"eph_infra_host_proxmox_sum": "eph_infra_host_proxmox_sum",
311317
"error_tracking_apm_error_events_sum": "error_tracking_apm_error_events_sum",
312318
"error_tracking_error_events_sum": "error_tracking_error_events_sum",
313319
"error_tracking_events_sum": "error_tracking_events_sum",
@@ -363,6 +369,8 @@ def openapi_types(_):
363369
"product_analytics_sum": "product_analytics_sum",
364370
"profiling_aas_count_top99p": "profiling_aas_count_top99p",
365371
"profiling_host_top99p": "profiling_host_top99p",
372+
"proxmox_host_sum": "proxmox_host_sum",
373+
"proxmox_host_top99p": "proxmox_host_top99p",
366374
"published_app_hwm": "published_app_hwm",
367375
"rum_browser_and_mobile_session_count": "rum_browser_and_mobile_session_count",
368376
"rum_browser_legacy_session_count_sum": "rum_browser_legacy_session_count_sum",
@@ -473,6 +481,7 @@ def __init__(
473481
cloud_cost_management_azure_host_count_avg: Union[int, UnsetType] = unset,
474482
cloud_cost_management_gcp_host_count_avg: Union[int, UnsetType] = unset,
475483
cloud_cost_management_host_count_avg: Union[int, UnsetType] = unset,
484+
cloud_cost_management_oci_host_count_avg: Union[int, UnsetType] = unset,
476485
cloud_siem_events_sum: Union[int, UnsetType] = unset,
477486
code_analysis_sa_committers_hwm: Union[int, UnsetType] = unset,
478487
code_analysis_sca_committers_hwm: Union[int, UnsetType] = unset,
@@ -518,6 +527,7 @@ def __init__(
518527
eph_infra_host_opentelemetry_sum: Union[int, UnsetType] = unset,
519528
eph_infra_host_pro_sum: Union[int, UnsetType] = unset,
520529
eph_infra_host_proplus_sum: Union[int, UnsetType] = unset,
530+
eph_infra_host_proxmox_sum: Union[int, UnsetType] = unset,
521531
error_tracking_apm_error_events_sum: Union[int, UnsetType] = unset,
522532
error_tracking_error_events_sum: Union[int, UnsetType] = unset,
523533
error_tracking_events_sum: Union[int, UnsetType] = unset,
@@ -573,6 +583,8 @@ def __init__(
573583
product_analytics_sum: Union[int, UnsetType] = unset,
574584
profiling_aas_count_top99p: Union[int, UnsetType] = unset,
575585
profiling_host_top99p: Union[int, UnsetType] = unset,
586+
proxmox_host_sum: Union[int, UnsetType] = unset,
587+
proxmox_host_top99p: Union[int, UnsetType] = unset,
576588
published_app_hwm: Union[int, UnsetType] = unset,
577589
rum_browser_and_mobile_session_count: Union[int, UnsetType] = unset,
578590
rum_browser_legacy_session_count_sum: Union[int, UnsetType] = unset,
@@ -744,6 +756,9 @@ def __init__(
744756
:param cloud_cost_management_host_count_avg: Host count average of Cloud Cost Management for all cloud providers for the given date and given organization.
745757
:type cloud_cost_management_host_count_avg: int, optional
746758
759+
:param cloud_cost_management_oci_host_count_avg: Average host count for Cloud Cost Management on OCI for the given date and organization.
760+
:type cloud_cost_management_oci_host_count_avg: int, optional
761+
747762
: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.
748763
:type cloud_siem_events_sum: int, optional
749764
@@ -879,6 +894,9 @@ def __init__(
879894
:param eph_infra_host_proplus_sum: Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
880895
:type eph_infra_host_proplus_sum: int, optional
881896
897+
:param eph_infra_host_proxmox_sum: Sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for all organizations.
898+
:type eph_infra_host_proxmox_sum: int, optional
899+
882900
:param error_tracking_apm_error_events_sum: Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
883901
:type error_tracking_apm_error_events_sum: int, optional
884902
@@ -1044,6 +1062,12 @@ def __init__(
10441062
:param profiling_host_top99p: Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
10451063
:type profiling_host_top99p: int, optional
10461064
1065+
:param proxmox_host_sum: Sum of all Proxmox hosts over all hours in the current date for all organizations.
1066+
:type proxmox_host_sum: int, optional
1067+
1068+
:param proxmox_host_top99p: 99th percentile of all Proxmox hosts over all hours in the current date for all organizations.
1069+
:type proxmox_host_top99p: int, optional
1070+
10471071
:param published_app_hwm: Shows the high-water mark of all published applications over all hours in the current date for all organizations.
10481072
:type published_app_hwm: int, optional
10491073
@@ -1332,6 +1356,8 @@ def __init__(
13321356
kwargs["cloud_cost_management_gcp_host_count_avg"] = cloud_cost_management_gcp_host_count_avg
13331357
if cloud_cost_management_host_count_avg is not unset:
13341358
kwargs["cloud_cost_management_host_count_avg"] = cloud_cost_management_host_count_avg
1359+
if cloud_cost_management_oci_host_count_avg is not unset:
1360+
kwargs["cloud_cost_management_oci_host_count_avg"] = cloud_cost_management_oci_host_count_avg
13351361
if cloud_siem_events_sum is not unset:
13361362
kwargs["cloud_siem_events_sum"] = cloud_siem_events_sum
13371363
if code_analysis_sa_committers_hwm is not unset:
@@ -1424,6 +1450,8 @@ def __init__(
14241450
kwargs["eph_infra_host_pro_sum"] = eph_infra_host_pro_sum
14251451
if eph_infra_host_proplus_sum is not unset:
14261452
kwargs["eph_infra_host_proplus_sum"] = eph_infra_host_proplus_sum
1453+
if eph_infra_host_proxmox_sum is not unset:
1454+
kwargs["eph_infra_host_proxmox_sum"] = eph_infra_host_proxmox_sum
14271455
if error_tracking_apm_error_events_sum is not unset:
14281456
kwargs["error_tracking_apm_error_events_sum"] = error_tracking_apm_error_events_sum
14291457
if error_tracking_error_events_sum is not unset:
@@ -1544,6 +1572,10 @@ def __init__(
15441572
kwargs["profiling_aas_count_top99p"] = profiling_aas_count_top99p
15451573
if profiling_host_top99p is not unset:
15461574
kwargs["profiling_host_top99p"] = profiling_host_top99p
1575+
if proxmox_host_sum is not unset:
1576+
kwargs["proxmox_host_sum"] = proxmox_host_sum
1577+
if proxmox_host_top99p is not unset:
1578+
kwargs["proxmox_host_top99p"] = proxmox_host_top99p
15471579
if published_app_hwm is not unset:
15481580
kwargs["published_app_hwm"] = published_app_hwm
15491581
if rum_browser_and_mobile_session_count is not unset:

0 commit comments

Comments
 (0)