Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "6e520c2",
"generated": "2025-08-05 21:11:06.476"
"spec_repo_commit": "f391bf6",
"generated": "2025-08-06 15:14:28.282"
}
15 changes: 15 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20817,6 +20817,11 @@ components:
over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_compute_xlarge_avg:
description: Shows the average number of Flex Logs Compute Extra Large Instances
over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_compute_xsmall_avg:
description: Shows the average number of Flex Logs Compute Extra Small Instances
over all hours in the current date for the given org.
Expand Down Expand Up @@ -21761,6 +21766,11 @@ components:
over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_compute_xlarge_avg:
description: Shows the average number of Flex Logs Compute Extra Large Instances
over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_compute_xsmall_avg:
description: Shows the average number of Flex Logs Compute Extra Small Instances
over all hours in the current date for the given org.
Expand Down Expand Up @@ -22712,6 +22722,11 @@ components:
over all hours in the current months for all organizations.
format: int64
type: integer
flex_logs_compute_xlarge_avg_sum:
description: Shows the average number of Flex Logs Compute Extra Large Instances
over all hours in the current months for all organizations.
format: int64
type: integer
flex_logs_compute_xsmall_avg_sum:
description: Shows the average number of Flex Logs Compute Extra Small Instances
over all hours in the current months for all organizations.
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def openapi_types(_):
"flex_logs_compute_large_avg": (int,),
"flex_logs_compute_medium_avg": (int,),
"flex_logs_compute_small_avg": (int,),
"flex_logs_compute_xlarge_avg": (int,),
"flex_logs_compute_xsmall_avg": (int,),
"flex_logs_starter_avg": (int,),
"flex_logs_starter_storage_index_avg": (int,),
Expand Down Expand Up @@ -287,6 +288,7 @@ def openapi_types(_):
"flex_logs_compute_large_avg": "flex_logs_compute_large_avg",
"flex_logs_compute_medium_avg": "flex_logs_compute_medium_avg",
"flex_logs_compute_small_avg": "flex_logs_compute_small_avg",
"flex_logs_compute_xlarge_avg": "flex_logs_compute_xlarge_avg",
"flex_logs_compute_xsmall_avg": "flex_logs_compute_xsmall_avg",
"flex_logs_starter_avg": "flex_logs_starter_avg",
"flex_logs_starter_storage_index_avg": "flex_logs_starter_storage_index_avg",
Expand Down Expand Up @@ -465,6 +467,7 @@ def __init__(
flex_logs_compute_large_avg: Union[int, UnsetType] = unset,
flex_logs_compute_medium_avg: Union[int, UnsetType] = unset,
flex_logs_compute_small_avg: Union[int, UnsetType] = unset,
flex_logs_compute_xlarge_avg: Union[int, UnsetType] = unset,
flex_logs_compute_xsmall_avg: Union[int, UnsetType] = unset,
flex_logs_starter_avg: Union[int, UnsetType] = unset,
flex_logs_starter_storage_index_avg: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -816,6 +819,9 @@ def __init__(
:param flex_logs_compute_small_avg: Shows the average number of Flex Logs Compute Small Instances over all hours in the current date for the given org.
:type flex_logs_compute_small_avg: int, optional

:param flex_logs_compute_xlarge_avg: Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current date for the given org.
:type flex_logs_compute_xlarge_avg: int, optional

:param flex_logs_compute_xsmall_avg: Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
:type flex_logs_compute_xsmall_avg: int, optional

Expand Down Expand Up @@ -1262,6 +1268,8 @@ def __init__(
kwargs["flex_logs_compute_medium_avg"] = flex_logs_compute_medium_avg
if flex_logs_compute_small_avg is not unset:
kwargs["flex_logs_compute_small_avg"] = flex_logs_compute_small_avg
if flex_logs_compute_xlarge_avg is not unset:
kwargs["flex_logs_compute_xlarge_avg"] = flex_logs_compute_xlarge_avg
if flex_logs_compute_xsmall_avg is not unset:
kwargs["flex_logs_compute_xsmall_avg"] = flex_logs_compute_xsmall_avg
if flex_logs_starter_avg is not unset:
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def openapi_types(_):
"flex_logs_compute_large_avg": (int,),
"flex_logs_compute_medium_avg": (int,),
"flex_logs_compute_small_avg": (int,),
"flex_logs_compute_xlarge_avg": (int,),
"flex_logs_compute_xsmall_avg": (int,),
"flex_logs_starter_avg": (int,),
"flex_logs_starter_storage_index_avg": (int,),
Expand Down Expand Up @@ -289,6 +290,7 @@ def openapi_types(_):
"flex_logs_compute_large_avg": "flex_logs_compute_large_avg",
"flex_logs_compute_medium_avg": "flex_logs_compute_medium_avg",
"flex_logs_compute_small_avg": "flex_logs_compute_small_avg",
"flex_logs_compute_xlarge_avg": "flex_logs_compute_xlarge_avg",
"flex_logs_compute_xsmall_avg": "flex_logs_compute_xsmall_avg",
"flex_logs_starter_avg": "flex_logs_starter_avg",
"flex_logs_starter_storage_index_avg": "flex_logs_starter_storage_index_avg",
Expand Down Expand Up @@ -473,6 +475,7 @@ def __init__(
flex_logs_compute_large_avg: Union[int, UnsetType] = unset,
flex_logs_compute_medium_avg: Union[int, UnsetType] = unset,
flex_logs_compute_small_avg: Union[int, UnsetType] = unset,
flex_logs_compute_xlarge_avg: Union[int, UnsetType] = unset,
flex_logs_compute_xsmall_avg: Union[int, UnsetType] = unset,
flex_logs_starter_avg: Union[int, UnsetType] = unset,
flex_logs_starter_storage_index_avg: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -836,6 +839,9 @@ def __init__(
:param flex_logs_compute_small_avg: Shows the average number of Flex Logs Compute Small Instances over all hours in the current date for the given org.
:type flex_logs_compute_small_avg: int, optional

:param flex_logs_compute_xlarge_avg: Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current date for the given org.
:type flex_logs_compute_xlarge_avg: int, optional

:param flex_logs_compute_xsmall_avg: Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
:type flex_logs_compute_xsmall_avg: int, optional

Expand Down Expand Up @@ -1297,6 +1303,8 @@ def __init__(
kwargs["flex_logs_compute_medium_avg"] = flex_logs_compute_medium_avg
if flex_logs_compute_small_avg is not unset:
kwargs["flex_logs_compute_small_avg"] = flex_logs_compute_small_avg
if flex_logs_compute_xlarge_avg is not unset:
kwargs["flex_logs_compute_xlarge_avg"] = flex_logs_compute_xlarge_avg
if flex_logs_compute_xsmall_avg is not unset:
kwargs["flex_logs_compute_xsmall_avg"] = flex_logs_compute_xsmall_avg
if flex_logs_starter_avg is not unset:
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def openapi_types(_):
"flex_logs_compute_large_avg_sum": (int,),
"flex_logs_compute_medium_avg_sum": (int,),
"flex_logs_compute_small_avg_sum": (int,),
"flex_logs_compute_xlarge_avg_sum": (int,),
"flex_logs_compute_xsmall_avg_sum": (int,),
"flex_logs_starter_avg_sum": (int,),
"flex_logs_starter_storage_index_avg_sum": (int,),
Expand Down Expand Up @@ -303,6 +304,7 @@ def openapi_types(_):
"flex_logs_compute_large_avg_sum": "flex_logs_compute_large_avg_sum",
"flex_logs_compute_medium_avg_sum": "flex_logs_compute_medium_avg_sum",
"flex_logs_compute_small_avg_sum": "flex_logs_compute_small_avg_sum",
"flex_logs_compute_xlarge_avg_sum": "flex_logs_compute_xlarge_avg_sum",
"flex_logs_compute_xsmall_avg_sum": "flex_logs_compute_xsmall_avg_sum",
"flex_logs_starter_avg_sum": "flex_logs_starter_avg_sum",
"flex_logs_starter_storage_index_avg_sum": "flex_logs_starter_storage_index_avg_sum",
Expand Down Expand Up @@ -492,6 +494,7 @@ def __init__(
flex_logs_compute_large_avg_sum: Union[int, UnsetType] = unset,
flex_logs_compute_medium_avg_sum: Union[int, UnsetType] = unset,
flex_logs_compute_small_avg_sum: Union[int, UnsetType] = unset,
flex_logs_compute_xlarge_avg_sum: Union[int, UnsetType] = unset,
flex_logs_compute_xsmall_avg_sum: Union[int, UnsetType] = unset,
flex_logs_starter_avg_sum: Union[int, UnsetType] = unset,
flex_logs_starter_storage_index_avg_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -860,6 +863,9 @@ def __init__(
:param flex_logs_compute_small_avg_sum: Shows the average number of Flex Logs Compute Small Instances over all hours in the current months for all organizations.
:type flex_logs_compute_small_avg_sum: int, optional

:param flex_logs_compute_xlarge_avg_sum: Shows the average number of Flex Logs Compute Extra Large Instances over all hours in the current months for all organizations.
:type flex_logs_compute_xlarge_avg_sum: int, optional

:param flex_logs_compute_xsmall_avg_sum: Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current months for all organizations.
:type flex_logs_compute_xsmall_avg_sum: int, optional

Expand Down Expand Up @@ -1338,6 +1344,8 @@ def __init__(
kwargs["flex_logs_compute_medium_avg_sum"] = flex_logs_compute_medium_avg_sum
if flex_logs_compute_small_avg_sum is not unset:
kwargs["flex_logs_compute_small_avg_sum"] = flex_logs_compute_small_avg_sum
if flex_logs_compute_xlarge_avg_sum is not unset:
kwargs["flex_logs_compute_xlarge_avg_sum"] = flex_logs_compute_xlarge_avg_sum
if flex_logs_compute_xsmall_avg_sum is not unset:
kwargs["flex_logs_compute_xsmall_avg_sum"] = flex_logs_compute_xsmall_avg_sum
if flex_logs_starter_avg_sum is not unset:
Expand Down
Loading