Skip to content

Commit 5d11de0

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 56f2c5a of spec repo
1 parent 6ad3ac3 commit 5d11de0

4 files changed

Lines changed: 78 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21397,6 +21397,16 @@ components:
2139721397
current date for all organizations (To be deprecated on October 1st, 2024).
2139821398
format: int64
2139921399
type: integer
21400+
ccm_spend_monitored_ent_last:
21401+
description: Shows the last value of the amount of cloud spend monitored
21402+
for Enterprise over all hours in the current date for all organizations.
21403+
format: int64
21404+
type: integer
21405+
ccm_spend_monitored_pro_last:
21406+
description: Shows the last value of the amount of cloud spend monitored
21407+
for Pro over all hours in the current date for all organizations.
21408+
format: int64
21409+
type: integer
2140021410
ci_pipeline_indexed_spans_sum:
2140121411
description: Shows the sum of all CI pipeline indexed spans over all hours
2140221412
in the current month for all organizations.
@@ -22529,6 +22539,16 @@ components:
2252922539
current date for the given org (To be deprecated on October 1st, 2024).
2253022540
format: int64
2253122541
type: integer
22542+
ccm_spend_monitored_ent_last:
22543+
description: Shows the last value of the amount of cloud spend monitored
22544+
for Enterprise over all hours in the current date for the given org.
22545+
format: int64
22546+
type: integer
22547+
ccm_spend_monitored_pro_last:
22548+
description: Shows the last value of the amount of cloud spend monitored
22549+
for Pro over all hours in the current date for the given org.
22550+
format: int64
22551+
type: integer
2253222552
ci_pipeline_indexed_spans_sum:
2253322553
description: Shows the sum of all CI pipeline indexed spans over all hours
2253422554
in the current date for the given org.
@@ -23673,6 +23693,16 @@ components:
2367323693
2024).
2367423694
format: int64
2367523695
type: integer
23696+
ccm_spend_monitored_ent_last_sum:
23697+
description: Shows the sum of the last value of the amount of cloud spend
23698+
monitored for Enterprise in the current month for all organizations.
23699+
format: int64
23700+
type: integer
23701+
ccm_spend_monitored_pro_last_sum:
23702+
description: Shows the sum of the last value of the amount of cloud spend
23703+
monitored for Pro in the current month for all organizations.
23704+
format: int64
23705+
type: integer
2367623706
ci_pipeline_indexed_spans_agg_sum:
2367723707
description: Shows the sum of all CI pipeline indexed spans over all hours
2367823708
in the current month for all organizations.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def openapi_types(_):
4545
"browser_rum_lite_session_count_sum": (int,),
4646
"browser_rum_replay_session_count_sum": (int,),
4747
"browser_rum_units_sum": (int,),
48+
"ccm_spend_monitored_ent_last": (int,),
49+
"ccm_spend_monitored_pro_last": (int,),
4850
"ci_pipeline_indexed_spans_sum": (int,),
4951
"ci_test_indexed_spans_sum": (int,),
5052
"ci_visibility_itr_committers_hwm": (int,),
@@ -258,6 +260,8 @@ def openapi_types(_):
258260
"browser_rum_lite_session_count_sum": "browser_rum_lite_session_count_sum",
259261
"browser_rum_replay_session_count_sum": "browser_rum_replay_session_count_sum",
260262
"browser_rum_units_sum": "browser_rum_units_sum",
263+
"ccm_spend_monitored_ent_last": "ccm_spend_monitored_ent_last",
264+
"ccm_spend_monitored_pro_last": "ccm_spend_monitored_pro_last",
261265
"ci_pipeline_indexed_spans_sum": "ci_pipeline_indexed_spans_sum",
262266
"ci_test_indexed_spans_sum": "ci_test_indexed_spans_sum",
263267
"ci_visibility_itr_committers_hwm": "ci_visibility_itr_committers_hwm",
@@ -472,6 +476,8 @@ def __init__(
472476
browser_rum_lite_session_count_sum: Union[int, UnsetType] = unset,
473477
browser_rum_replay_session_count_sum: Union[int, UnsetType] = unset,
474478
browser_rum_units_sum: Union[int, UnsetType] = unset,
479+
ccm_spend_monitored_ent_last: Union[int, UnsetType] = unset,
480+
ccm_spend_monitored_pro_last: Union[int, UnsetType] = unset,
475481
ci_pipeline_indexed_spans_sum: Union[int, UnsetType] = unset,
476482
ci_test_indexed_spans_sum: Union[int, UnsetType] = unset,
477483
ci_visibility_itr_committers_hwm: Union[int, UnsetType] = unset,
@@ -729,6 +735,12 @@ def __init__(
729735
:param browser_rum_units_sum: Shows the sum of all browser RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024). **Deprecated**.
730736
:type browser_rum_units_sum: int, optional
731737
738+
:param ccm_spend_monitored_ent_last: Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for all organizations.
739+
:type ccm_spend_monitored_ent_last: int, optional
740+
741+
:param ccm_spend_monitored_pro_last: Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for all organizations.
742+
:type ccm_spend_monitored_pro_last: int, optional
743+
732744
:param ci_pipeline_indexed_spans_sum: Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
733745
:type ci_pipeline_indexed_spans_sum: int, optional
734746
@@ -1338,6 +1350,10 @@ def __init__(
13381350
kwargs["browser_rum_replay_session_count_sum"] = browser_rum_replay_session_count_sum
13391351
if browser_rum_units_sum is not unset:
13401352
kwargs["browser_rum_units_sum"] = browser_rum_units_sum
1353+
if ccm_spend_monitored_ent_last is not unset:
1354+
kwargs["ccm_spend_monitored_ent_last"] = ccm_spend_monitored_ent_last
1355+
if ccm_spend_monitored_pro_last is not unset:
1356+
kwargs["ccm_spend_monitored_pro_last"] = ccm_spend_monitored_pro_last
13411357
if ci_pipeline_indexed_spans_sum is not unset:
13421358
kwargs["ci_pipeline_indexed_spans_sum"] = ci_pipeline_indexed_spans_sum
13431359
if ci_test_indexed_spans_sum is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def openapi_types(_):
4040
"browser_rum_lite_session_count_sum": (int,),
4141
"browser_rum_replay_session_count_sum": (int,),
4242
"browser_rum_units_sum": (int,),
43+
"ccm_spend_monitored_ent_last": (int,),
44+
"ccm_spend_monitored_pro_last": (int,),
4345
"ci_pipeline_indexed_spans_sum": (int,),
4446
"ci_test_indexed_spans_sum": (int,),
4547
"ci_visibility_itr_committers_hwm": (int,),
@@ -259,6 +261,8 @@ def openapi_types(_):
259261
"browser_rum_lite_session_count_sum": "browser_rum_lite_session_count_sum",
260262
"browser_rum_replay_session_count_sum": "browser_rum_replay_session_count_sum",
261263
"browser_rum_units_sum": "browser_rum_units_sum",
264+
"ccm_spend_monitored_ent_last": "ccm_spend_monitored_ent_last",
265+
"ccm_spend_monitored_pro_last": "ccm_spend_monitored_pro_last",
262266
"ci_pipeline_indexed_spans_sum": "ci_pipeline_indexed_spans_sum",
263267
"ci_test_indexed_spans_sum": "ci_test_indexed_spans_sum",
264268
"ci_visibility_itr_committers_hwm": "ci_visibility_itr_committers_hwm",
@@ -479,6 +483,8 @@ def __init__(
479483
browser_rum_lite_session_count_sum: Union[int, UnsetType] = unset,
480484
browser_rum_replay_session_count_sum: Union[int, UnsetType] = unset,
481485
browser_rum_units_sum: Union[int, UnsetType] = unset,
486+
ccm_spend_monitored_ent_last: Union[int, UnsetType] = unset,
487+
ccm_spend_monitored_pro_last: Union[int, UnsetType] = unset,
482488
ci_pipeline_indexed_spans_sum: Union[int, UnsetType] = unset,
483489
ci_test_indexed_spans_sum: Union[int, UnsetType] = unset,
484490
ci_visibility_itr_committers_hwm: Union[int, UnsetType] = unset,
@@ -746,6 +752,12 @@ def __init__(
746752
:param browser_rum_units_sum: Shows the sum of all browser RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024). **Deprecated**.
747753
:type browser_rum_units_sum: int, optional
748754
755+
:param ccm_spend_monitored_ent_last: Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for the given org.
756+
:type ccm_spend_monitored_ent_last: int, optional
757+
758+
:param ccm_spend_monitored_pro_last: Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for the given org.
759+
:type ccm_spend_monitored_pro_last: int, optional
760+
749761
:param ci_pipeline_indexed_spans_sum: Shows the sum of all CI pipeline indexed spans over all hours in the current date for the given org.
750762
:type ci_pipeline_indexed_spans_sum: int, optional
751763
@@ -1371,6 +1383,10 @@ def __init__(
13711383
kwargs["browser_rum_replay_session_count_sum"] = browser_rum_replay_session_count_sum
13721384
if browser_rum_units_sum is not unset:
13731385
kwargs["browser_rum_units_sum"] = browser_rum_units_sum
1386+
if ccm_spend_monitored_ent_last is not unset:
1387+
kwargs["ccm_spend_monitored_ent_last"] = ccm_spend_monitored_ent_last
1388+
if ccm_spend_monitored_pro_last is not unset:
1389+
kwargs["ccm_spend_monitored_pro_last"] = ccm_spend_monitored_pro_last
13741390
if ci_pipeline_indexed_spans_sum is not unset:
13751391
kwargs["ci_pipeline_indexed_spans_sum"] = ci_pipeline_indexed_spans_sum
13761392
if ci_test_indexed_spans_sum is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ def openapi_types(_):
4848
"browser_rum_lite_session_count_agg_sum": (int,),
4949
"browser_rum_replay_session_count_agg_sum": (int,),
5050
"browser_rum_units_agg_sum": (int,),
51+
"ccm_spend_monitored_ent_last_sum": (int,),
52+
"ccm_spend_monitored_pro_last_sum": (int,),
5153
"ci_pipeline_indexed_spans_agg_sum": (int,),
5254
"ci_test_indexed_spans_agg_sum": (int,),
5355
"ci_visibility_itr_committers_hwm_sum": (int,),
@@ -272,6 +274,8 @@ def openapi_types(_):
272274
"browser_rum_lite_session_count_agg_sum": "browser_rum_lite_session_count_agg_sum",
273275
"browser_rum_replay_session_count_agg_sum": "browser_rum_replay_session_count_agg_sum",
274276
"browser_rum_units_agg_sum": "browser_rum_units_agg_sum",
277+
"ccm_spend_monitored_ent_last_sum": "ccm_spend_monitored_ent_last_sum",
278+
"ccm_spend_monitored_pro_last_sum": "ccm_spend_monitored_pro_last_sum",
275279
"ci_pipeline_indexed_spans_agg_sum": "ci_pipeline_indexed_spans_agg_sum",
276280
"ci_test_indexed_spans_agg_sum": "ci_test_indexed_spans_agg_sum",
277281
"ci_visibility_itr_committers_hwm_sum": "ci_visibility_itr_committers_hwm_sum",
@@ -497,6 +501,8 @@ def __init__(
497501
browser_rum_lite_session_count_agg_sum: Union[int, UnsetType] = unset,
498502
browser_rum_replay_session_count_agg_sum: Union[int, UnsetType] = unset,
499503
browser_rum_units_agg_sum: Union[int, UnsetType] = unset,
504+
ccm_spend_monitored_ent_last_sum: Union[int, UnsetType] = unset,
505+
ccm_spend_monitored_pro_last_sum: Union[int, UnsetType] = unset,
500506
ci_pipeline_indexed_spans_agg_sum: Union[int, UnsetType] = unset,
501507
ci_test_indexed_spans_agg_sum: Union[int, UnsetType] = unset,
502508
ci_visibility_itr_committers_hwm_sum: Union[int, UnsetType] = unset,
@@ -767,6 +773,12 @@ def __init__(
767773
:param browser_rum_units_agg_sum: Shows the sum of all browser RUM units over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). **Deprecated**.
768774
:type browser_rum_units_agg_sum: int, optional
769775
776+
:param ccm_spend_monitored_ent_last_sum: Shows the sum of the last value of the amount of cloud spend monitored for Enterprise in the current month for all organizations.
777+
:type ccm_spend_monitored_ent_last_sum: int, optional
778+
779+
:param ccm_spend_monitored_pro_last_sum: Shows the sum of the last value of the amount of cloud spend monitored for Pro in the current month for all organizations.
780+
:type ccm_spend_monitored_pro_last_sum: int, optional
781+
770782
:param ci_pipeline_indexed_spans_agg_sum: Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
771783
:type ci_pipeline_indexed_spans_agg_sum: int, optional
772784
@@ -1408,6 +1420,10 @@ def __init__(
14081420
kwargs["browser_rum_replay_session_count_agg_sum"] = browser_rum_replay_session_count_agg_sum
14091421
if browser_rum_units_agg_sum is not unset:
14101422
kwargs["browser_rum_units_agg_sum"] = browser_rum_units_agg_sum
1423+
if ccm_spend_monitored_ent_last_sum is not unset:
1424+
kwargs["ccm_spend_monitored_ent_last_sum"] = ccm_spend_monitored_ent_last_sum
1425+
if ccm_spend_monitored_pro_last_sum is not unset:
1426+
kwargs["ccm_spend_monitored_pro_last_sum"] = ccm_spend_monitored_pro_last_sum
14111427
if ci_pipeline_indexed_spans_agg_sum is not unset:
14121428
kwargs["ci_pipeline_indexed_spans_agg_sum"] = ci_pipeline_indexed_spans_agg_sum
14131429
if ci_test_indexed_spans_agg_sum is not unset:

0 commit comments

Comments
 (0)