Skip to content

Commit e542404

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit afee323 of spec repo
1 parent 74e0609 commit e542404

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22344,6 +22344,10 @@ components:
2234422344
description: Shows the average of all Fargate tasks over all hours in the current date for all organizations.
2234522345
format: int64
2234622346
type: integer
22347+
feature_flags_config_requests_sum:
22348+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for all organizations.
22349+
format: int64
22350+
type: integer
2234722351
flex_logs_compute_large_avg:
2234822352
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
2234922353
format: int64
@@ -23317,6 +23321,10 @@ components:
2331723321
description: Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org.
2331823322
format: int64
2331923323
type: integer
23324+
feature_flags_config_requests_sum:
23325+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for the given org.
23326+
format: int64
23327+
type: integer
2332023328
flex_logs_compute_large_avg:
2332123329
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
2332223330
format: int64
@@ -24300,6 +24308,10 @@ components:
2430024308
description: Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations.
2430124309
format: int64
2430224310
type: integer
24311+
feature_flags_config_requests_agg_sum:
24312+
description: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current month for all organizations.
24313+
format: int64
24314+
type: integer
2430324315
flex_logs_compute_large_avg_sum:
2430424316
description: Shows the average number of Flex Logs Compute Large Instances over all hours in the current months for all organizations.
2430524317
format: int64

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def openapi_types(_):
133133
"fargate_container_profiler_profiling_fargate_eks_avg": (int,),
134134
"fargate_tasks_count_avg": (int,),
135135
"fargate_tasks_count_hwm": (int,),
136+
"feature_flags_config_requests_sum": (int,),
136137
"flex_logs_compute_large_avg": (int,),
137138
"flex_logs_compute_medium_avg": (int,),
138139
"flex_logs_compute_small_avg": (int,),
@@ -372,6 +373,7 @@ def openapi_types(_):
372373
"fargate_container_profiler_profiling_fargate_eks_avg": "fargate_container_profiler_profiling_fargate_eks_avg",
373374
"fargate_tasks_count_avg": "fargate_tasks_count_avg",
374375
"fargate_tasks_count_hwm": "fargate_tasks_count_hwm",
376+
"feature_flags_config_requests_sum": "feature_flags_config_requests_sum",
375377
"flex_logs_compute_large_avg": "flex_logs_compute_large_avg",
376378
"flex_logs_compute_medium_avg": "flex_logs_compute_medium_avg",
377379
"flex_logs_compute_small_avg": "flex_logs_compute_small_avg",
@@ -612,6 +614,7 @@ def __init__(
612614
fargate_container_profiler_profiling_fargate_eks_avg: Union[int, UnsetType] = unset,
613615
fargate_tasks_count_avg: Union[int, UnsetType] = unset,
614616
fargate_tasks_count_hwm: Union[int, UnsetType] = unset,
617+
feature_flags_config_requests_sum: Union[int, UnsetType] = unset,
615618
flex_logs_compute_large_avg: Union[int, UnsetType] = unset,
616619
flex_logs_compute_medium_avg: Union[int, UnsetType] = unset,
617620
flex_logs_compute_small_avg: Union[int, UnsetType] = unset,
@@ -1071,6 +1074,9 @@ def __init__(
10711074
:param fargate_tasks_count_hwm: Shows the average of all Fargate tasks over all hours in the current date for all organizations.
10721075
:type fargate_tasks_count_hwm: int, optional
10731076
1077+
:param feature_flags_config_requests_sum: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for all organizations.
1078+
:type feature_flags_config_requests_sum: int, optional
1079+
10741080
:param flex_logs_compute_large_avg: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
10751081
:type flex_logs_compute_large_avg: int, optional
10761082
@@ -1680,6 +1686,8 @@ def __init__(
16801686
kwargs["fargate_tasks_count_avg"] = fargate_tasks_count_avg
16811687
if fargate_tasks_count_hwm is not unset:
16821688
kwargs["fargate_tasks_count_hwm"] = fargate_tasks_count_hwm
1689+
if feature_flags_config_requests_sum is not unset:
1690+
kwargs["feature_flags_config_requests_sum"] = feature_flags_config_requests_sum
16831691
if flex_logs_compute_large_avg is not unset:
16841692
kwargs["flex_logs_compute_large_avg"] = flex_logs_compute_large_avg
16851693
if flex_logs_compute_medium_avg is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def openapi_types(_):
129129
"fargate_container_profiler_profiling_fargate_eks_avg": (int,),
130130
"fargate_tasks_count_avg": (int,),
131131
"fargate_tasks_count_hwm": (int,),
132+
"feature_flags_config_requests_sum": (int,),
132133
"flex_logs_compute_large_avg": (int,),
133134
"flex_logs_compute_medium_avg": (int,),
134135
"flex_logs_compute_small_avg": (int,),
@@ -374,6 +375,7 @@ def openapi_types(_):
374375
"fargate_container_profiler_profiling_fargate_eks_avg": "fargate_container_profiler_profiling_fargate_eks_avg",
375376
"fargate_tasks_count_avg": "fargate_tasks_count_avg",
376377
"fargate_tasks_count_hwm": "fargate_tasks_count_hwm",
378+
"feature_flags_config_requests_sum": "feature_flags_config_requests_sum",
377379
"flex_logs_compute_large_avg": "flex_logs_compute_large_avg",
378380
"flex_logs_compute_medium_avg": "flex_logs_compute_medium_avg",
379381
"flex_logs_compute_small_avg": "flex_logs_compute_small_avg",
@@ -620,6 +622,7 @@ def __init__(
620622
fargate_container_profiler_profiling_fargate_eks_avg: Union[int, UnsetType] = unset,
621623
fargate_tasks_count_avg: Union[int, UnsetType] = unset,
622624
fargate_tasks_count_hwm: Union[int, UnsetType] = unset,
625+
feature_flags_config_requests_sum: Union[int, UnsetType] = unset,
623626
flex_logs_compute_large_avg: Union[int, UnsetType] = unset,
624627
flex_logs_compute_medium_avg: Union[int, UnsetType] = unset,
625628
flex_logs_compute_small_avg: Union[int, UnsetType] = unset,
@@ -1091,6 +1094,9 @@ def __init__(
10911094
:param fargate_tasks_count_hwm: Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org.
10921095
:type fargate_tasks_count_hwm: int, optional
10931096
1097+
:param feature_flags_config_requests_sum: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current date for the given org.
1098+
:type feature_flags_config_requests_sum: int, optional
1099+
10941100
:param flex_logs_compute_large_avg: Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
10951101
:type flex_logs_compute_large_avg: int, optional
10961102
@@ -1715,6 +1721,8 @@ def __init__(
17151721
kwargs["fargate_tasks_count_avg"] = fargate_tasks_count_avg
17161722
if fargate_tasks_count_hwm is not unset:
17171723
kwargs["fargate_tasks_count_hwm"] = fargate_tasks_count_hwm
1724+
if feature_flags_config_requests_sum is not unset:
1725+
kwargs["feature_flags_config_requests_sum"] = feature_flags_config_requests_sum
17181726
if flex_logs_compute_large_avg is not unset:
17191727
kwargs["flex_logs_compute_large_avg"] = flex_logs_compute_large_avg
17201728
if flex_logs_compute_medium_avg is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def openapi_types(_):
138138
"fargate_container_profiler_profiling_fargate_eks_avg_sum": (int,),
139139
"fargate_tasks_count_avg_sum": (int,),
140140
"fargate_tasks_count_hwm_sum": (int,),
141+
"feature_flags_config_requests_agg_sum": (int,),
141142
"flex_logs_compute_large_avg_sum": (int,),
142143
"flex_logs_compute_medium_avg_sum": (int,),
143144
"flex_logs_compute_small_avg_sum": (int,),
@@ -388,6 +389,7 @@ def openapi_types(_):
388389
"fargate_container_profiler_profiling_fargate_eks_avg_sum": "fargate_container_profiler_profiling_fargate_eks_avg_sum",
389390
"fargate_tasks_count_avg_sum": "fargate_tasks_count_avg_sum",
390391
"fargate_tasks_count_hwm_sum": "fargate_tasks_count_hwm_sum",
392+
"feature_flags_config_requests_agg_sum": "feature_flags_config_requests_agg_sum",
391393
"flex_logs_compute_large_avg_sum": "flex_logs_compute_large_avg_sum",
392394
"flex_logs_compute_medium_avg_sum": "flex_logs_compute_medium_avg_sum",
393395
"flex_logs_compute_small_avg_sum": "flex_logs_compute_small_avg_sum",
@@ -639,6 +641,7 @@ def __init__(
639641
fargate_container_profiler_profiling_fargate_eks_avg_sum: Union[int, UnsetType] = unset,
640642
fargate_tasks_count_avg_sum: Union[int, UnsetType] = unset,
641643
fargate_tasks_count_hwm_sum: Union[int, UnsetType] = unset,
644+
feature_flags_config_requests_agg_sum: Union[int, UnsetType] = unset,
642645
flex_logs_compute_large_avg_sum: Union[int, UnsetType] = unset,
643646
flex_logs_compute_medium_avg_sum: Union[int, UnsetType] = unset,
644647
flex_logs_compute_small_avg_sum: Union[int, UnsetType] = unset,
@@ -1115,6 +1118,9 @@ def __init__(
11151118
:param fargate_tasks_count_hwm_sum: Shows the sum of the high-water marks of all Fargate tasks over all hours in the current month for all organizations.
11161119
:type fargate_tasks_count_hwm_sum: int, optional
11171120
1121+
:param feature_flags_config_requests_agg_sum: Shows the sum of all Feature Flags Client-Side SDK config requests over all hours in the current month for all organizations.
1122+
:type feature_flags_config_requests_agg_sum: int, optional
1123+
11181124
:param flex_logs_compute_large_avg_sum: Shows the average number of Flex Logs Compute Large Instances over all hours in the current months for all organizations.
11191125
:type flex_logs_compute_large_avg_sum: int, optional
11201126
@@ -1758,6 +1764,8 @@ def __init__(
17581764
kwargs["fargate_tasks_count_avg_sum"] = fargate_tasks_count_avg_sum
17591765
if fargate_tasks_count_hwm_sum is not unset:
17601766
kwargs["fargate_tasks_count_hwm_sum"] = fargate_tasks_count_hwm_sum
1767+
if feature_flags_config_requests_agg_sum is not unset:
1768+
kwargs["feature_flags_config_requests_agg_sum"] = feature_flags_config_requests_agg_sum
17611769
if flex_logs_compute_large_avg_sum is not unset:
17621770
kwargs["flex_logs_compute_large_avg_sum"] = flex_logs_compute_large_avg_sum
17631771
if flex_logs_compute_medium_avg_sum is not unset:

0 commit comments

Comments
 (0)